fix?
This commit is contained in:
parent
1c5e095312
commit
e3722ff388
1 changed files with 4 additions and 4 deletions
|
@ -69,11 +69,11 @@
|
||||||
'(treemacs-collapse-dirs 3)
|
'(treemacs-collapse-dirs 3)
|
||||||
'(treemacs-filewatch-mode t)
|
'(treemacs-filewatch-mode t)
|
||||||
'(treemacs-follow-mode t)
|
'(treemacs-follow-mode t)
|
||||||
'(treemacs-fringe-indicator-mode t)
|
'(treemacs-fringe-indicator-mode nil)
|
||||||
'(treemacs-git-mode 'deferred)
|
|
||||||
'(treemacs-is-never-other-window t)
|
'(treemacs-is-never-other-window t)
|
||||||
'(treemacs-move-forward-on-expand t)
|
'(treemacs-move-forward-on-expand t)
|
||||||
'(treemacs-no-png-images t)
|
'(treemacs-no-png-images t)
|
||||||
|
'(treemacs-show-hidden-file t)
|
||||||
'(treemacs-tag-follow-mode t)
|
'(treemacs-tag-follow-mode t)
|
||||||
'(undo-tree-auto-save-history t)
|
'(undo-tree-auto-save-history t)
|
||||||
'(undo-tree-history-directory-alist '(("." . "~/.undohist-emacs")))
|
'(undo-tree-history-directory-alist '(("." . "~/.undohist-emacs")))
|
||||||
|
@ -312,9 +312,9 @@
|
||||||
:init (global-flycheck-mode))
|
:init (global-flycheck-mode))
|
||||||
|
|
||||||
(use-package treemacs
|
(use-package treemacs
|
||||||
|
:after (evil)
|
||||||
:config
|
:config
|
||||||
(setq treemacs-show-hidden-files t)
|
(treemacs-git-mode 'deferred)
|
||||||
(treemacs-follow-mode t)
|
|
||||||
(evil-define-key 'normal 'global (kbd "<leader> i") 'treemacs))
|
(evil-define-key 'normal 'global (kbd "<leader> i") 'treemacs))
|
||||||
|
|
||||||
(use-package treemacs-evil
|
(use-package treemacs-evil
|
||||||
|
|
Loading…
Add table
Reference in a new issue