diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index fac530d2..e1af59cb 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -187,7 +187,7 @@ M-x org-bable-tangle "t" `(:ignore t :which-key "toggles") "tt" `(counsel-load-theme :which-key "choose theme") "e" `(:ignore e :which-key "explorer") - "ee" `(treemacs))) + "ee" `(treemacs :which-key "treemacs"))) #+end_src ** Evil Mode (vim) #+begin_src emacs-lisp diff --git a/config/emacs/init.el b/config/emacs/init.el index 6df2d0e5..9225bef5 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -142,7 +142,7 @@ "t" `(:ignore t :which-key "toggles") "tt" `(counsel-load-theme :which-key "choose theme") "e" `(:ignore e :which-key "explorer") - "ee" `(treemacs))) + "ee" `(treemacs :which-key "treemacs"))) (use-package evil :init