does this work

This commit is contained in:
Sakooooo 2023-12-25 21:31:33 +04:00
parent cfa56d6400
commit f244a81f3c
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 2 additions and 0 deletions

View file

@ -420,6 +420,7 @@ Should make startup faster, taken from doom-emacs
** General Leader Key
#+begin_src emacs-lisp
(use-package general
:demand t
:config
(general-create-definer sakomacs/leader-keys
:keymaps `(normal insert visual emacs)

View file

@ -347,6 +347,7 @@ kept-old-versions 5)
:config (delete-selection-mode +1))
(use-package general
:demand t
:config
(general-create-definer sakomacs/leader-keys
:keymaps `(normal insert visual emacs)