From 63aaaddd83ae2fcc47b007ebc35ea8d20fc98f96 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 29 Dec 2022 19:24:04 -0500 Subject: [PATCH] Improve neotree configuration --- adwaita-dark-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 8fb9dfc..80cd4a4 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -905,7 +905,8 @@ (defun adwaita-dark-theme-neotree-configuration-enable () "Enable custom adwaita-dark configuration for use with neotree." (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 auto-hscroll-mode nil buffer-display-table (make-display-table))