mirror of https://github.com/Flinner/dots.git
feat(emacs): SPC works everywhere!
This commit is contained in:
parent
2ec779da52
commit
fa4cc515f6
|
@ -330,7 +330,8 @@ Edit: honestly I have no clue wtf that meant, or why I wrote it, but I will keep
|
|||
#+begin_src emacs-lisp
|
||||
:config
|
||||
(general-create-definer my/leader-keys
|
||||
:keymaps '(normal insert visual emacs)
|
||||
:keymaps 'override
|
||||
:states '(normal insert visual emacs)
|
||||
:prefix "SPC"
|
||||
:global-prefix "C-SPC")
|
||||
|
||||
|
|
Loading…
Reference in New Issue