Difference between revisions of "Emacs Lisp"

From WikEmacs
Jump to navigation Jump to search
Line 7: Line 7:
 
= Helpful keybindings =
 
= Helpful keybindings =
  
{|
+
; {{Keys|M-<tab>}}
| {{Keys|M-<tab>}}
+
: Complete at point
| complete at point
+
 
|-
+
; {{Keys|C-M-q}}
| {{Keys|C-M-q}}
+
: Indent the sexp following [[point and mark|point]]
| indent the sexp following [[point and mark|point]]
+
 
|-
+
;{{Keys|C-M-x}}
| {{Keys|C-M-x}}
+
: Evaluate the <code>defun</code> at [[point and mark|point]]
| evaluate the <code>defun</code> at [[point and mark|point]]
 
|}
 
  
 
= Common customizations =
 
= Common customizations =

Revision as of 04:00, 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