Difference between revisions of "Emacs Lisp"

From WikEmacs
Jump to navigation Jump to search
m (added workflow:programming category)
Line 8: Line 8:
  
 
{|
 
{|
| <code>M-<tab></code>
+
| {{Keys|M-<tab>}}
 
| complete at point
 
| complete at point
 
|-
 
|-
| <code>C-M-q</code>
+
| {{Keys|C-M-q}}
 
| indent the sexp following [[point]]
 
| indent the sexp following [[point]]
 
|-
 
|-
| <code>C-M-x</code>
+
| {{Keys|C-M-x}}
 
| evaluate the <code>defun</code> at [[point]]
 
| evaluate the <code>defun</code> at [[point]]
 
|}
 
|}

Revision as of 16:01, 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