From 0ffc1fa3dfe6459941fddb0f8bf1ad9f53a32b50 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 10 May 2018 23:19:03 +0200 Subject: [PATCH] {window,frame}-resize-pixelwise = t --- core/core-ui.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 23c7137c8..e7c04812f 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -72,7 +72,10 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.") pos-tip-border-width 1 ;; no beeping or blinking please 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