fix(emacs): minor neotree configurations
This commit is contained in:
parent
f3074329f8
commit
aff517bb5c
1 changed files with 3 additions and 1 deletions
|
@ -102,7 +102,9 @@
|
|||
:custom
|
||||
((neo-theme 'icons)
|
||||
(neo-smart-open t)
|
||||
(neo-window-fixed-size nil)))
|
||||
(neo-window-fixed-size nil)
|
||||
(neo-show-hidden-files t))
|
||||
:bind (("C-c t" . #'neotree-toggle-current-directory)))
|
||||
(use-package all-the-icons :straight t)
|
||||
(use-package git-gutter :straight t
|
||||
:hook (prog-mode . git-gutter-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue