Correct map!
example
This commit is contained in:
parent
f2ef98a5a2
commit
9ad8d97f93
1 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(map!
|
||||
(:map ein:notebook-mode-map
|
||||
:localleader
|
||||
:map ein:notebook-mode-map "," #'+ein-hydra/body))
|
||||
(map! :map ein:notebook-mode-map
|
||||
:localleader
|
||||
"," #'+ein-hydra/body)
|
||||
#+END_SRC
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue