Little emacs tricks
Found this in IUScheme.el:
Bothered me to no end having to hit tab after a return. This is especially a godsend in python-mode.
Drop me a line if you have a .emacs one-liner that saves you a headache.
(define-key global-map "\r" 'newline-and-indent)
Bothered me to no end having to hit tab after a return. This is especially a godsend in python-mode.
Drop me a line if you have a .emacs one-liner that saves you a headache.
Labels: emacs, little emacs tricks

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home