treemacs: don't set non-existent options
These options were removed some time ago.
This commit is contained in:
parent
6d0120c417
commit
fed397cea9
1 changed files with 1 additions and 3 deletions
|
@ -36,9 +36,7 @@
|
|||
:defer t
|
||||
:init
|
||||
(progn
|
||||
(setq treemacs-follow-after-init t
|
||||
treemacs-change-root-without-asking nil
|
||||
treemacs-never-persist nil)
|
||||
(setq treemacs-follow-after-init t)
|
||||
(add-hook 'treemacs-mode-hook
|
||||
#'spacemacs/treemacs-setup-width-lock)
|
||||
(spacemacs/set-leader-keys
|
||||
|
|
Reference in a new issue