this mgiht be the fix

This commit is contained in:
Sakooooo 2023-12-25 22:09:02 +04:00
parent 1d072ce0c2
commit b3bdf457e0
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 2 additions and 2 deletions

View file

@ -426,7 +426,7 @@ Should make startup faster, taken from doom-emacs
:keymaps `(normal insert visual emacs)
:prefix "SPC"
:global-prefix "C-SPC")
(sakomacs/leader-keys
(defmacro sakomacs/leader-keys
;; code
"c" `(:ignore c :which-key "code")
"cc" `(compile :which-key "compile")

View file

@ -353,7 +353,7 @@ kept-old-versions 5)
:keymaps `(normal insert visual emacs)
:prefix "SPC"
:global-prefix "C-SPC")
(sakomacs/leader-keys
(defmacro sakomacs/leader-keys
;; code
"c" `(:ignore c :which-key "code")
"cc" `(compile :which-key "compile")