a thing
This commit is contained in:
parent
990a3c381c
commit
fbbbeae4c7
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue