fix(emacs): add to neotree hidden files
This commit is contained in:
parent
704332ecb4
commit
8031caaae4
1 changed files with 5 additions and 1 deletions
|
@ -101,7 +101,11 @@
|
||||||
(neo-smart-open t)
|
(neo-smart-open t)
|
||||||
(neo-window-fixed-size nil)
|
(neo-window-fixed-size nil)
|
||||||
(neo-show-hidden-files t))
|
(neo-show-hidden-files t))
|
||||||
:bind (("C-c t" . #'neotree-toggle-dir-or-project)))
|
:bind (("C-c t" . #'neotree-toggle-dir-or-project))
|
||||||
|
:config
|
||||||
|
(setq neo-hidden-regexp-list
|
||||||
|
(append neo-hidden-regexp-list
|
||||||
|
'("^__pycache__$" "^node_modules$"))))
|
||||||
(use-package git-gutter :straight t
|
(use-package git-gutter :straight t
|
||||||
:hook (prog-mode . git-gutter-mode)
|
:hook (prog-mode . git-gutter-mode)
|
||||||
:custom
|
:custom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue