General cleanup + minor tweaks

This commit is contained in:
Henrik Lissner 2017-03-16 23:39:35 -04:00
parent 923d4585fa
commit 3fee758e20
6 changed files with 17 additions and 19 deletions

View file

@ -8,7 +8,7 @@
"The font currently in use.")
(defvar +doom-variable-pitch-font
(font-spec :family "Fira Sans" :size 12)
(font-spec :family "Fira Sans" :size 14)
"The font currently in use.")
(defvar +doom-unicode-font
@ -32,7 +32,7 @@
;; The native border "consumes" a pixel of the fringe on righter-most splits,
;; `window-divider' does not. Available since Emacs 25.1.
(setq window-divider-default-places t
window-divider-default-bottom-width 0
window-divider-default-bottom-width 1
window-divider-default-right-width 1)
(window-divider-mode +1)