branch: externals/nano-theme commit 5a6d0bb6d34ba253e130bc6317e2373b82b972f0 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Removed line spacing settings. --- nano-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano-theme.el b/nano-theme.el index be9b5f39c9..46ee44a4bf 100644 --- a/nano-theme.el +++ b/nano-theme.el @@ -390,7 +390,7 @@ background color that is barely perceptible." '(menu-bar-lines . 0)))) ;; Line spacing (in pixels) - (setq line-spacing 0) + ;; (setq line-spacing 0) ;; Vertical window divider (setq window-divider-default-right-width 24)