diff --git a/emacs/init.org b/emacs/init.org index e3f455b..4e4b772 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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