Hide neotree from tabs, enable vc support

This commit is contained in:
Riyyi
2020-02-02 17:26:36 +01:00
parent 3524441ba8
commit 502a3a2814
+2
View File
@@ -215,6 +215,7 @@ Provides Emacs with a file tree.
(neo-dont-be-alone t) (neo-dont-be-alone t)
(neo-mode-line-type 'none) (neo-mode-line-type 'none)
(neo-show-hidden-files t) (neo-show-hidden-files t)
(neo-vc-integration '(face))
:hook (neotree-mode . (lambda (&rest _) (display-line-numbers-mode 0)))) :hook (neotree-mode . (lambda (&rest _) (display-line-numbers-mode 0))))
#+END_SRC #+END_SRC
@@ -237,6 +238,7 @@ Places buffers as tabs in a bar at the top.
(centaur-tabs-default ((t (:background "#282a2e" :foreground "#282a2e")))) (centaur-tabs-default ((t (:background "#282a2e" :foreground "#282a2e"))))
(centaur-tabs-selected ((t (:background "#373b41" :foreground "white")))) (centaur-tabs-selected ((t (:background "#373b41" :foreground "white"))))
(centaur-tabs-unselected ((t (:background "#282a2e" :foreground "#c5c8c6")))) (centaur-tabs-unselected ((t (:background "#282a2e" :foreground "#c5c8c6"))))
:hook (neotree-mode . centaur-tabs-local-mode)
:config :config
(centaur-tabs-mode)) (centaur-tabs-mode))
#+END_SRC #+END_SRC