mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Correct map!
example
This commit is contained in:
@ -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
|
||||||
:map ein:notebook-mode-map "," #'+ein-hydra/body))
|
"," #'+ein-hydra/body)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user