this mgiht be the fix
This commit is contained in:
parent
1d072ce0c2
commit
b3bdf457e0
|
@ -426,7 +426,7 @@ Should make startup faster, taken from doom-emacs
|
||||||
:keymaps `(normal insert visual emacs)
|
:keymaps `(normal insert visual emacs)
|
||||||
:prefix "SPC"
|
:prefix "SPC"
|
||||||
:global-prefix "C-SPC")
|
:global-prefix "C-SPC")
|
||||||
(sakomacs/leader-keys
|
(defmacro sakomacs/leader-keys
|
||||||
;; code
|
;; code
|
||||||
"c" `(:ignore c :which-key "code")
|
"c" `(:ignore c :which-key "code")
|
||||||
"cc" `(compile :which-key "compile")
|
"cc" `(compile :which-key "compile")
|
||||||
|
|
|
@ -353,7 +353,7 @@ kept-old-versions 5)
|
||||||
:keymaps `(normal insert visual emacs)
|
:keymaps `(normal insert visual emacs)
|
||||||
:prefix "SPC"
|
:prefix "SPC"
|
||||||
:global-prefix "C-SPC")
|
:global-prefix "C-SPC")
|
||||||
(sakomacs/leader-keys
|
(defmacro sakomacs/leader-keys
|
||||||
;; code
|
;; code
|
||||||
"c" `(:ignore c :which-key "code")
|
"c" `(:ignore c :which-key "code")
|
||||||
"cc" `(compile :which-key "compile")
|
"cc" `(compile :which-key "compile")
|
||||||
|
|
Loading…
Reference in a new issue