From 7d6551a345c556086f8f3a89a69a05124ebb3c6a Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 22 Sep 2020 18:15:26 +0200 Subject: [PATCH] Fine-grained frame resize --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 849600a..c042a04 100644 --- a/init.org +++ b/init.org @@ -286,6 +286,7 @@ indent-tabs-mode nil ; Use spaces instead of tabs split-width-threshold 160 ; 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 #+END_SRC