fix treemacs

This commit is contained in:
Sakooooo 2023-09-13 18:15:03 +00:00
parent fbbbeae4c7
commit a59de74043
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@ M-x org-bable-tangle
"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") "e" `(:ignore e :which-key "explorer")
"ee" `(treemacs))) "ee" `(treemacs :which-key "treemacs")))
#+end_src #+end_src
** Evil Mode (vim) ** Evil Mode (vim)
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -142,7 +142,7 @@
"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") "e" `(:ignore e :which-key "explorer")
"ee" `(treemacs))) "ee" `(treemacs :which-key "treemacs")))
(use-package evil (use-package evil
:init :init