From c121b610a66d1e060a26f9ba489f80ef445d08d9 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sun, 6 May 2018 14:28:07 -0400 Subject: [PATCH] Update configuration for new version of treemacs --- init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index ef9fba9..7a046ca 100644 --- a/init.el +++ b/init.el @@ -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))) ;;====================