fix treemacs
This commit is contained in:
parent
fbbbeae4c7
commit
a59de74043
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue