mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: update frame-inhibit-implied-resize to work the way it always did
This commit is contained in:
parent
3b719e5582
commit
ca46323d3b
|
|
@ -25,7 +25,7 @@ Simplified version of `add-to-list'."
|
|||
'(default-frame-alist initial-frame-alist)))
|
||||
|
||||
(setq frame-resize-pixelwise t
|
||||
frame-inhibit-implied-resize t
|
||||
frame-inhibit-implied-resize 'force
|
||||
frame-title-format '("%b")
|
||||
ring-bell-function 'ignore
|
||||
use-dialog-box t ; only for mouse events, which I seldom use
|
||||
|
|
|
|||
|
|
@ -314,7 +314,7 @@ I never want.
|
|||
|
||||
#+begin_src emacs-lisp :tangle "early-init.el"
|
||||
(setq frame-resize-pixelwise t
|
||||
frame-inhibit-implied-resize t
|
||||
frame-inhibit-implied-resize 'force
|
||||
frame-title-format '("%b")
|
||||
ring-bell-function 'ignore
|
||||
use-dialog-box t ; only for mouse events, which I seldom use
|
||||
|
|
|
|||
Loading…
Reference in a new issue