all repos — nixfiles @ 09992912e66431fa3a5bbaf110d7996ab9964d68

System and user configuration, managed by nix and home-manager

Emacs: Resize frames (OS windows) by characters
Alan Pearce alan.pearce@spotcap.com
Wed, 08 Jun 2016 11:09:16 +0200
commit

09992912e66431fa3a5bbaf110d7996ab9964d68

parent

be5831f02f366fef49f0460be6723f9761f37a20

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -839,7 +839,7 @@ scroll-preserve-screen-position t         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