Improve neotree configuration

This commit is contained in:
Jessie Hildebrandt 2022-12-29 19:24:04 -05:00
parent f16282cd60
commit 63aaaddd83

View File

@ -905,7 +905,8 @@
(defun adwaita-dark-theme-neotree-configuration-enable () (defun adwaita-dark-theme-neotree-configuration-enable ()
"Enable custom adwaita-dark configuration for use with neotree." "Enable custom adwaita-dark configuration for use with neotree."
(advice-add #'neo-global--select-window :after (lambda () (advice-add #'neo-global--select-window :after (lambda ()
(setq-local line-spacing 3 (setq-local cursor-type nil
line-spacing 0.25
mode-line-format nil mode-line-format nil
auto-hscroll-mode nil auto-hscroll-mode nil
buffer-display-table (make-display-table)) buffer-display-table (make-display-table))