{window,frame}-resize-pixelwise = t
This commit is contained in:
parent
92d5f4266c
commit
0ffc1fa3df
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue