Add SPC m e l to evaluate current line in emacs-lisp

This commit is contained in:
syl20bnr 2015-03-14 22:54:45 -04:00
parent 3eed76a316
commit 998984859f
2 changed files with 5 additions and 0 deletions

View file

@ -2038,6 +2038,10 @@ Key Binding | Function
<kbd>SPC m e $</kbd> | go to end of line and evaluate last sexp
<kbd>SPC m e e</kbd> | evaluate last sexp
<kbd>SPC m e f</kbd> | evaluate current defun
<kbd>SPC m e l</kbd> | go to end of line and evaluate last sexp
Key Binding | Function
---------------------|------------------------------------------------------------
<kbd>SPC m g g</kbd> | go to definition
<kbd>SPC m h h</kbd> | describe elisp thing at point (show documentation)
<kbd>SPC m t b</kbd> | execute buffer tests

View file

@ -279,6 +279,7 @@
"me$" 'lisp-state-eval-sexp-end-of-line
"mee" 'eval-last-sexp
"mef" 'eval-defun
"mel" 'lisp-state-eval-sexp-end-of-line
"mgg" 'elisp-slime-nav-find-elisp-thing-at-point
"mhh" 'elisp-slime-nav-describe-elisp-thing-at-point
"m," 'lisp-state-toggle-lisp-state