Add slime-eval-region to CL hydra

This commit is contained in:
contrapunctus 2022-01-06 11:05:58 +05:30
parent ea59097345
commit 1c1c5fcc80
1 changed files with 2 additions and 0 deletions

View File

@ -2124,8 +2124,10 @@ With PREFIX argument and CMD not supplied - prompt for command."
*** eval
#+BEGIN_SRC emacs-lisp
(defhydra my-cl-hydra-eval (:color blue)
"Eval (CL)"
("b" slime-eval-buffer "buffer")
("e" slime-eval-defun "defun")
("r" slime-eval-region "region")
("l" slime-eval-last-expression "last expression"))
#+END_SRC
*** help