From 7709e9f412f696fa10b7ed86921f848072848d90 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 19 Sep 2016 17:38:10 +0200 Subject: [PATCH] UI: use window-divider-mode --- core/core-ui.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/core-ui.el b/core/core-ui.el index a5627086d..68f75817e 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -88,6 +88,14 @@ ;; Plugins ;; +;; The native vertical border "consumes" a pixel of the fringe area on +;; righter-most window splits in emacs-mac. `window-divider-mode' does not. +(when (boundp 'window-divider-mode) + (window-divider-mode +1) + (setq window-divider-default-places 'right-only + window-divider-default-bottom-width 1 + window-divider-default-right-width 1)) + (use-package doom-themes :config (load-theme doom-current-theme t)