From 08908260831c4eaa32633f533ace9bcf95a92845 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 29 Jan 2018 17:09:09 -0500 Subject: [PATCH] window-divider-default-bottom-width = 1 --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 4ffa7c8dd..5abe72e63 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -309,7 +309,7 @@ DEFAULT is non-nil, set the default mode-line for all buffers." ;; The native border "consumes" a pixel of the fringe on righter-most splits, ;; `window-divider' does not. Available since Emacs 25.1. (setq-default window-divider-default-places t - window-divider-default-bottom-width 0 + window-divider-default-bottom-width 1 window-divider-default-right-width 1) (add-hook 'doom-init-ui-hook #'window-divider-mode)