1
0
Fork 0

fix(emacs): minor neotree configurations

This commit is contained in:
Lucas Sta Maria 2024-08-24 18:08:57 -07:00
parent f3074329f8
commit aff517bb5c
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -102,7 +102,9 @@
:custom :custom
((neo-theme 'icons) ((neo-theme 'icons)
(neo-smart-open t) (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 all-the-icons :straight t)
(use-package git-gutter :straight t (use-package git-gutter :straight t
:hook (prog-mode . git-gutter-mode) :hook (prog-mode . git-gutter-mode)