Difference between revisions of "Emacs Lisp"
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
= Helpful keybindings = | = Helpful keybindings = | ||
| − | + | ; {{Keys|M-<tab>}} | |
| − | + | : Complete at point | |
| − | + | ||
| − | + | ; {{Keys|C-M-q}} | |
| − | + | : Indent the sexp following [[point and mark|point]] | |
| − | + | ||
| − | + | ;{{Keys|C-M-x}} | |
| − | + | : Evaluate the <code>defun</code> at [[point and mark|point]] | |
| − | |||
| − | |||
= Common customizations = | = Common customizations = | ||