diff options
author | Alan Pearce | 2015-09-07 08:39:51 +0200 |
---|---|---|
committer | Alan Pearce | 2015-09-07 08:40:16 +0200 |
commit | 89fe72cd67e94faf6e9a665fafcf6962ecccb663 (patch) | |
tree | 2441c21b5aa0e4753b80beb389b2a2361f3d4439 /tag-emacs | |
parent | 58a58f8176ac169c71ea30d18b093ef0f7f765d1 (diff) | |
download | nixfiles-89fe72cd67e94faf6e9a665fafcf6962ecccb663.tar.lz nixfiles-89fe72cd67e94faf6e9a665fafcf6962ecccb663.tar.zst nixfiles-89fe72cd67e94faf6e9a665fafcf6962ecccb663.zip |
Emacs: Resize frames pixelwise
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 7 |
1 files changed, 4 insertions, 3 deletions
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. |