1
0
Fork 0

feat(emacs): add project-level neotree handling

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-10-17 15:54:34 -04:00
parent 5fda10d68b
commit 61eeb100f6
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 24 additions and 5 deletions

View file

@ -117,7 +117,7 @@
(neo-smart-open t)
(neo-window-fixed-size nil)
(neo-show-hidden-files t))
:bind (("C-c t" . #'neotree-toggle-current-directory)))
:bind (("C-c t" . #'neotree-toggle-dir-or-project)))
(use-package all-the-icons :straight t)
(use-package git-gutter :straight t
:hook (prog-mode . git-gutter-mode)