Difference between revisions of "Emacs Lisp"

From WikEmacs
Jump to navigation Jump to search
(Beginning of a common skeleton to be used for major modes)
m (added workflow:programming category)
Line 1: Line 1:
[[Category:Lisp]]
+
[[Category:Lisp]][[Category:Workflow:Programming]]
  
 
''(a short overview should go here)''
 
''(a short overview should go here)''

Revision as of 14:59, 26 March 2012


(a short overview should go here)

Basic setup

Helpful keybindings

M-<tab> complete at point
C-M-q indent the sexp following point
C-M-x evaluate the defun at point

Common customizations

External links