PlanDuSite ModificationsRécentes Nouvelles SectionElisp CommentFaire

Historique de EmacsLispMode

2013-05-13
13:25 UTC Version 4 . . . . AaronHawleyUse `byte-compile-file' instead of `byte-force-recompile' above to compile regardless if the file is already compiled.
2012-06-01
12:41 UTC Version 3 . . . . AaronHawleyAs an example of customizing Emacs Lisp Mode, with Emacs Lisp, we will enable these features. * Customize Emacs Lisp Mode to use spaces not tabs (see TabsAreEvil), * enable FlySpell and ElDoc minor modes, * PrettyPrint with `C-x C-e', * recompile on save if the ByteCompilation file does exist and * have `RET' reindent the current and new line.