Add a file for treemacs

This commit is contained in:
Andreas Zweili 2022-08-21 14:59:48 +02:00
parent 4d2eff68f2
commit d3fba9a023
3 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,3 @@
(use-package treemacs
:ensure t
:bind ("<f12>" . treemacs)
:config
(progn
(use-package treemacs-evil
:ensure t
:demand t)))
(when (boundp 'enable-langtool)
(use-package langtool
:ensure t))

View File

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

View File

@ -35,6 +35,7 @@
(load-file (config-path "eyebrowse.el"))
(load-file (config-path "manuals.el"))
(load-file (config-path "mu4e.el"))
(load-file (config-path "treemacs.el"))
(load-file (config-path "utils.el"))
(load-file (config-path "window_split.el"))
(load-file (config-path "yasnippet.el"))