Revert "Remove treemacs"

This reverts commit 090d9fde94.
This commit is contained in:
Andreas Zweili 2023-05-01 20:26:32 +02:00
parent 1936b6857d
commit 291fd1ae1a
4 changed files with 11 additions and 0 deletions

View File

@ -79,6 +79,8 @@
epkgs.string-inflection
epkgs.swiper
epkgs.system-packages
epkgs.treemacs
epkgs.treemacs-evil
epkgs.use-package
epkgs.use-package-ensure-system-package
epkgs.vterm

View File

@ -7,6 +7,8 @@
(ansible . lsp)
;; if you want which-key integration
(lsp-mode . lsp-enable-which-key-integration))
:config
(lsp-treemacs-sync-mode 1)
:commands lsp)
;; optionally

View File

@ -0,0 +1,6 @@
(use-package treemacs
:bind ("<f12>" . treemacs)
:config
(progn
(use-package treemacs-evil
:demand t)))

View File

@ -44,5 +44,6 @@
(load-file (modules-path "keyring_update.el"))
(load-file (modules-path "manuals.el"))
(load-file (modules-path "mu4e.el"))
(load-file (modules-path "treemacs.el"))
(load-file (modules-path "vterm.el"))
(load-file (modules-path "yasnippet.el"))