Don't shrink text in neotree pane

This commit is contained in:
Henrik Lissner 2016-08-18 20:14:07 +02:00
parent dff0d2eb70
commit 1b371af7a5

View file

@ -67,7 +67,6 @@
(add-hook! neotree-mode
(set (make-local-variable 'hl-line-sticky-flag) t)
(setq line-spacing 2)
(text-scale-set -1)
(hl-line-mode +1))
(map! :map neotree-mode-map
:m "\\\\" 'evil-window-prev