This commit is contained in:
Sakooooo 2023-09-13 18:12:01 +00:00
parent 990a3c381c
commit fbbbeae4c7
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 2 additions and 0 deletions

View file

@ -186,6 +186,7 @@ M-x org-bable-tangle
(sakomacs/leader-keys (sakomacs/leader-keys
"t" `(:ignore t :which-key "toggles") "t" `(:ignore t :which-key "toggles")
"tt" `(counsel-load-theme :which-key "choose theme") "tt" `(counsel-load-theme :which-key "choose theme")
"e" `(:ignore e :which-key "explorer")
"ee" `(treemacs))) "ee" `(treemacs)))
#+end_src #+end_src
** Evil Mode (vim) ** Evil Mode (vim)

View file

@ -141,6 +141,7 @@
(sakomacs/leader-keys (sakomacs/leader-keys
"t" `(:ignore t :which-key "toggles") "t" `(:ignore t :which-key "toggles")
"tt" `(counsel-load-theme :which-key "choose theme") "tt" `(counsel-load-theme :which-key "choose theme")
"e" `(:ignore e :which-key "explorer")
"ee" `(treemacs))) "ee" `(treemacs)))
(use-package evil (use-package evil