diff --git a/init.org b/init.org index 94a8d0a..3fa9ee8 100644 --- a/init.org +++ b/init.org @@ -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