summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1bd9c17..784c4bb 100644
--- a/init.el
+++ b/init.el
@@ -4,6 +4,7 @@
;; display tool tips in echo area only
(tooltip-mode -1)
(setq tooltip-use-echo-area t)
+(setq frame-resize-pixelwise t)
;; disable mouse scrolling
(mouse-wheel-mode -1)