Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<ul> <li><p><a href="https://github.com/capitaomorte/autopair" rel="nofollow noreferrer">autopair</a> - Automatically pair braces and quotes in emacs like TextMate </p></li> <li><p><a href="http://www.emacswiki.org/emacs/ParEdit" rel="nofollow noreferrer">paredit</a> - ultimate sexp editing mode, one cannot do serious Lisp programming without it </p></li> <li><p><a href="http://www.emacswiki.org/emacs/FlySpell" rel="nofollow noreferrer">flyspell</a> and cousing flyspell-prog-mode - great on the fly spellchecking </p></li> <li><p><a href="http://www.emacswiki.org/emacs/ElDoc" rel="nofollow noreferrer">eldoc</a> - on the fly hints about function parameters, etc in several languages like Emacs Lisp, Perl... </p></li> <li><p><a href="http://code.google.com/p/yasnippet/" rel="nofollow noreferrer">yasnippet</a> - template expansion framework ala TextMate bundles</p></li> <li><p><a href="http://www.gnu.org/software/emacs/manual/html_node/emacs/Reverting.html" rel="nofollow noreferrer">auto-revert-mode</a> - reverts buffers, if underlying files have been changed externally</p></li> <li><p><a href="http://emacsblog.org/2007/04/09/highlight-the-current-line/" rel="nofollow noreferrer">hl-line</a> - highlights the current line</p></li> <li><p><a href="http://www.emacswiki.org/emacs/WindMove" rel="nofollow noreferrer">windmove</a> - easier navigation between many open windows in Emacs</p></li> <li><p><a href="http://emacsblog.org/2007/08/07/quick-tip-show-paren-mode/" rel="nofollow noreferrer">show-paren-mode</a> - highlight matching parenthesis, making it easier to spot errors with their pairing</p></li> </ul> <p>All those minor modes are simply Godsend! I cannot live without them and they make my whole editing experience that much more enjoyable and productive...</p> <p>Btw you can see much of the customizations and modes that I use in my configuration publicly available <a href="http://github.com/bbatsov/emacs" rel="nofollow noreferrer">here</a>(most of the minor mode stuff is in misc-config.el). I also recommend to everyone to follow the excellent blog <a href="http://emacs-fu.blogspot.com/" rel="nofollow noreferrer">Emacs Fu</a>, when I've picked many interesting modes over the past couple of years.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload