Difference between revisions of "Emacs Lisp"

From WikEmacs
Jump to navigation Jump to search
Line 1: Line 1:
[[Category:Lisp]]
+
 
  
 
''(a short overview should go here)''
 
''(a short overview should go here)''
Line 23: Line 23:
  
 
* [http://www.gnu.org/software/emacs/manual/html_node/elisp/index.html Emacs Lisp manual]
 
* [http://www.gnu.org/software/emacs/manual/html_node/elisp/index.html Emacs Lisp manual]
 +
 +
[[Category:Emacs User]][[Category:Emacs Contributor]][[Category:Intermediate]][[Category:Lisp]]

Revision as of 03:58, 27 March 2012


(a short overview should go here)

Basic setup

Helpful keybindings

<span title="Try `C-h k M-<tab>' for more information." style="border-bottom:1px dotted">[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