From 9de3cc9d0b0051a4b77e9d5010b43bcce3cdd143 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 20 Jul 2021 20:26:11 +0200 Subject: [PATCH] Add treemacs nice to haves --- files/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/init.el b/files/init.el index 6921c58..d45aec6 100644 --- a/files/init.el +++ b/files/init.el @@ -330,7 +330,9 @@ (progn (setq treemacs-follow-after-init t treemacs-persist-file (expand-file-name ".cache/treemacs-persist" user-emacs-directory) treemacs-width 40 - treemacs-project-follow-cleanup t) + treemacs-project-follow-cleanup t + treemacs-expand-after-init nil + treemacs-recenter-after-file-follow t) (treemacs-follow-mode t) (treemacs-load-theme "doom-atom")) :bind