all repos — archive/dotfiles @ 89fe72cd67e94faf6e9a665fafcf6962ecccb663

Superseded by nixfiles

Emacs: Resize frames pixelwise
Alan Pearce alan.pearce@spotcap.com
Mon, 07 Sep 2015 08:39:51 +0200
commit

89fe72cd67e94faf6e9a665fafcf6962ecccb663

parent

58a58f8176ac169c71ea30d18b093ef0f7f765d1

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -779,9 +779,10 @@ (setq scroll-conservatively 100         scroll-margin 1
         scroll-preserve-screen-position t
         mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control)))
-        split-height-threshold 100)
-(if (eq system-type 'darwin)
-    (setq ns-pop-up-frames nil))
+        split-height-threshold 100
+        frame-resize-pixelwise t)
+  (if (eq system-type 'darwin)
+      (setq ns-pop-up-frames nil))
 #+END_SRC
 
 A dedicated window always keeps the same buffer in view.