all repos — nixfiles @ 09992912e66431fa3a5bbaf110d7996ab9964d68

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

Emacs: Resize frames (OS windows) by characters

Alan Pearce
commit

09992912e66431fa3a5bbaf110d7996ab9964d68

parent

be5831f02f366fef49f0460be6723f9761f37a20

1 file changed, 1 insertion(+), 1 deletion(-)

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