Skip to content

Commit

Permalink
tweak(treemacs): no rename for keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 11, 2023
1 parent aae6016 commit 88b7e3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
(use-package treemacs
:straight t
:init
(+map!
"op" '(treemacs :wk "Side panel"))
(+map! "op" #'treemacs)
:custom
(treemacs-persist-file (concat minemacs-local-dir "treemacs/persist.el"))
(treemacs-last-error-persist-file (concat minemacs-local-dir "treemacs/last-error-persist.el"))
Expand Down

0 comments on commit 88b7e3e

Please sign in to comment.