Improve neotree configuration
This commit is contained in:
parent
f16282cd60
commit
63aaaddd83
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user