[Emacs] Add leader key for evil-lisp-state
This commit is contained in:
parent
842c1253fd
commit
ec1169b3b7
@ -1579,6 +1579,15 @@ Finally, let’s enable globally ~diredfl~ so we can get a colourful Dired buffe
|
|||||||
(diredfl-global-mode 1)
|
(diredfl-global-mode 1)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
*** Emacs Lisp
|
||||||
|
:PROPERTIES:
|
||||||
|
:CUSTOM_ID: User-Configuration-Emacs-builtins-Emacs-Lisp-36d134d8
|
||||||
|
:END:
|
||||||
|
This chapter will be really short, as most of the defaults I get with Emacs quite fit my needs. However, I wish to declare a custom leader key chord for evil-lisp-state:
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(evil-lisp-state-leader ", l")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
*** Eshell
|
*** Eshell
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: User_Configuration-Eshell-3012e67e
|
:CUSTOM_ID: User_Configuration-Eshell-3012e67e
|
||||||
|
Loading…
Reference in New Issue
Block a user