Code Monkey home page Code Monkey logo

muttrc-mode-el's Introduction

muttrc-mode

major mode for editing muttrc

Documentation:

To build the info file: makeinfo muttrc-mode.texi -o muttrc-mode.info

Install it to the system INFOPATH: install -o root -g root -m644 muttrc-mode.info /usr/share/info/muttrc-mode.info

Installation:

Add these lines to your Emacs config:

  (autoload 'muttrc-mode "muttrc-mode.el"
        "Major mode to edit muttrc files" t)
  (setq auto-mode-alist
            (append '(("muttrc\\'" . muttrc-mode))
                    auto-mode-alist))

Install muttrc-mode.el to a directory somewhere in Emacs' load-path.

Limitations:

  • Multiline commands are not properly handled and their use can lead to unexpected results.

muttrc-mode-el's People

Contributors

bremner avatar flatcap avatar knusper avatar psg avatar spwhitton avatar sten0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

stasinos knusper

muttrc-mode-el's Issues

Add to melpa / How does it differ from old muttrc-el in the emacs wiki?

Previously one could install https://www.emacswiki.org/emacs/muttrc-mode.el via the emacs package manager from the MELPA repository. Since MELPA does not include packages from the emacswiki anymore, because of security concerns, this is not possible anymore.

Given that now a similar package appears to be maintained on github, which is considered a trusworthy source for MELPA, I would strongly encourage you to add the package to MELPA.

Moreover, could add information regarding the key differences between this package and the old muttrc-el from the emacswiki?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.