aboutsummaryrefslogtreecommitdiff
path: root/common/.config/emacs
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-02-03 20:16:18 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-02-03 20:16:18 -0600
commit994a34a3ae1b708468d2641498ce5fd226cb74c5 (patch)
tree93649522a937c2c0a2db85c6ce851aeab815631a /common/.config/emacs
parentaaf4ca9bcfd31551e91cbb5f1430e24a7a9345ac (diff)
update comment
Diffstat (limited to 'common/.config/emacs')
-rw-r--r--common/.config/emacs/init.el.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index b6efa78..0425399 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -135,7 +135,7 @@ Install and configure =visual-fill-column= to make some file types display with
* Behaviour
-Emacs has behaved oddly when accidentally scrolling a little bit while the control key is held. The text scale goes all the way up and then Emacs seems to hang. Just disable this behaviour.
+I hate macOS scroll inertia. Scrolling in one window, switching to Emacs, and hitting control occasionally changes the text size and can even cause Emacs (and my window manager for some reason) to hang forcing me to force quit Emacs.
#+begin_src emacs-lisp
(global-unset-key (kbd "<C-wheel-up>"))
(global-unset-key (kbd "<C-wheel-down>"))