Correct map! example

This commit is contained in:
Henrik Lissner 2019-05-30 13:21:19 -04:00 committed by GitHub
parent f2ef98a5a2
commit 9ad8d97f93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,9 +61,8 @@ simplified and are easily accessible. However, by default, it's not bound to any
Here's an example of how to bind it: Here's an example of how to bind it:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(map! (map! :map ein:notebook-mode-map
(:map ein:notebook-mode-map :localleader
:localleader "," #'+ein-hydra/body)
:map ein:notebook-mode-map "," #'+ein-hydra/body))
#+END_SRC #+END_SRC