From 09992912e66431fa3a5bbaf110d7996ab9964d68 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 8 Jun 2016 11:09:16 +0200 Subject: Emacs: Resize frames (OS windows) by characters --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index cf479b31..86f36353 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -839,7 +839,7 @@ point whilst I’m moving about. mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control))) split-height-threshold 100 split-width-threshold 120 - frame-resize-pixelwise t) + frame-resize-pixelwise nil) (if (boundp 'ns-pop-up-frames) (setq ns-pop-up-frames nil)) #+END_SRC -- cgit 1.4.1