summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-06-08 11:09:16 +0200
committerAlan Pearce2016-06-08 11:09:16 +0200
commit09992912e66431fa3a5bbaf110d7996ab9964d68 (patch)
treee983f5b889a79c9ead130832152d88b59d5bf062 /tag-emacs
parentbe5831f02f366fef49f0460be6723f9761f37a20 (diff)
downloaddotfiles-09992912e66431fa3a5bbaf110d7996ab9964d68.tar.lz
dotfiles-09992912e66431fa3a5bbaf110d7996ab9964d68.tar.zst
dotfiles-09992912e66431fa3a5bbaf110d7996ab9964d68.zip
Emacs: Resize frames (OS windows) by characters
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index cf479b3..86f3635 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