Eval stuff with SPC :

This commit is contained in:
Jeremy Dormitzer 2019-09-15 11:11:59 -04:00
parent c7462c10ac
commit cc13531313

View File

@ -488,7 +488,7 @@ And in some modes I want to preserve the spacebar as a leader key:
** Eval-ing
#+BEGIN_SRC emacs-lisp
(leader-def-key "e" #'eval-expression)
(leader-def-key ":" #'eval-expression)
#+END_SRC
** Init file commands