Update configuration for new version of treemacs
This commit is contained in:
parent
f0b368dd32
commit
c121b610a6
7
init.el
7
init.el
@ -378,9 +378,12 @@
|
|||||||
treemacs-git-integration t
|
treemacs-git-integration t
|
||||||
treemacs-show-hidden-files nil
|
treemacs-show-hidden-files nil
|
||||||
)
|
)
|
||||||
(treemacs-follow-mode t))
|
(treemacs-follow-mode t)
|
||||||
|
(set-face-attribute 'treemacs-root-face nil
|
||||||
|
:height 1.0
|
||||||
|
:underline nil))
|
||||||
:bind
|
:bind
|
||||||
(([f8] . treemacs-toggle)
|
(([f8] . treemacs)
|
||||||
("C-c t" . treemacs-select-window)))
|
("C-c t" . treemacs-select-window)))
|
||||||
|
|
||||||
;;====================
|
;;====================
|
||||||
|
Loading…
Reference in New Issue
Block a user