{window,frame}-resize-pixelwise = t

This commit is contained in:
Henrik Lissner 2018-05-10 23:19:03 +02:00
parent 92d5f4266c
commit 0ffc1fa3df
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -72,7 +72,10 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.")
pos-tip-border-width 1 pos-tip-border-width 1
;; no beeping or blinking please ;; no beeping or blinking please
ring-bell-function #'ignore ring-bell-function #'ignore
visible-bell nil) visible-bell nil
;; don't resize emacs in steps, it looks weird
window-resize-pixelwise t
frame-resize-pixelwise t)
(fset #'yes-or-no-p #'y-or-n-p) ; y/n instead of yes/no (fset #'yes-or-no-p #'y-or-n-p) ; y/n instead of yes/no