diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-28 17:10:30 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-28 17:10:30 +0100 |
| commit | aa2aea45fc7d0a1067251614ac74c38ab8e02b57 (patch) | |
| tree | 01113b64c1218351533141bce5515370b312dddc | |
| parent | edcaa0658c1799c7045da1de89fa4db0cccdb966 (diff) | |
| download | dotfiles-aa2aea45fc7d0a1067251614ac74c38ab8e02b57.tar.gz dotfiles-aa2aea45fc7d0a1067251614ac74c38ab8e02b57.zip | |
emacs: polished treemacs' configuration
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | .emacs.d/init.org | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 9ed0b18..1aa3e41 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -596,17 +596,16 @@ I don't use file trees, but sometimes they are useful when exploring big project #+BEGIN_SRC elisp (use-package treemacs + :ensure t :defer t :init - (setq treemacs-follow-after-init t) + (setq treemacs-follow-after-init t + treemacs-sorting 'alphabetic-case-insensitive-asc) :config - (progn - (treemacs-follow-mode t) - (treemacs-tag-follow-mode t) - (treemacs-filewatch-mode t) - (treemacs-git-mode 'deferred))) + (treemacs-follow-mode -1)) (use-package treemacs-evil + :ensure t :after treemacs evil) (use-package treemacs-projectile |
