feat(emacs): add project-level neotree handling
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
5fda10d68b
commit
61eeb100f6
2 changed files with 24 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue