From aff517bb5c528a067554634b22e3e0a7569f1b5b Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sat, 24 Aug 2024 18:08:57 -0700 Subject: [PATCH] fix(emacs): minor neotree configurations --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d54c914..6436d3f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)