From 89fe72cd67e94faf6e9a665fafcf6962ecccb663 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 7 Sep 2015 08:39:51 +0200 Subject: Emacs: Resize frames pixelwise --- tag-emacs/emacs.d/init.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (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 9485ceae..dda82272 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -779,9 +779,10 @@ point whilst I’m moving about. 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. -- cgit 1.4.1