Fine-grained frame resize

This commit is contained in:
Lars Tveito 2020-09-22 18:15:26 +02:00
parent a9ac150595
commit 7d6551a345

View File

@ -286,6 +286,7 @@
indent-tabs-mode nil ; Use spaces instead of tabs indent-tabs-mode nil ; Use spaces instead of tabs
split-width-threshold 160 ; Split verticly by default split-width-threshold 160 ; Split verticly by default
split-height-threshold nil ; Split verticly by default split-height-threshold nil ; Split verticly by default
frame-resize-pixelwise t ; Fine-grained frame resize
auto-fill-function 'do-auto-fill) ; Auto-fill-mode everywhere auto-fill-function 'do-auto-fill) ; Auto-fill-mode everywhere
#+END_SRC #+END_SRC