1

Update configuration for new version of treemacs

This commit is contained in:
Jessie Hildebrandt 2018-05-06 14:28:07 -04:00
parent f0b368dd32
commit c121b610a6

View File

@ -378,9 +378,12 @@
treemacs-git-integration t
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
(([f8] . treemacs-toggle)
(([f8] . treemacs)
("C-c t" . treemacs-select-window)))
;;====================