UI: use window-divider-mode
This commit is contained in:
parent
53741dfecc
commit
7709e9f412
1 changed files with 8 additions and 0 deletions
|
@ -88,6 +88,14 @@
|
||||||
;; Plugins
|
;; 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
|
(use-package doom-themes
|
||||||
:config
|
:config
|
||||||
(load-theme doom-current-theme t)
|
(load-theme doom-current-theme t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue