Difference between revisions of "Emacs Lisp"

From WikEmacs
Jump to navigation Jump to search
m (→‎Helpful keybindings: linked to the "Point and mark" page)
Line 12: Line 12:
 
|-
 
|-
 
| {{Keys|C-M-q}}
 
| {{Keys|C-M-q}}
| indent the sexp following [[point]]
+
| indent the sexp following [[point and mark|point]]
 
|-
 
|-
 
| {{Keys|C-M-x}}
 
| {{Keys|C-M-x}}
| evaluate the <code>defun</code> at [[point]]
+
| evaluate the <code>defun</code> at [[point and mark|point]]
 
|}
 
|}
  

Revision as of 18:53, 26 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