From aaf4ca9bcfd31551e91cbb5f1430e24a7a9345ac Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 3 Feb 2025 20:12:42 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/.config/emacs/init.el.org') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index bd714d3..b6efa78 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -135,6 +135,12 @@ 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. +#+begin_src emacs-lisp + (global-unset-key (kbd "")) + (global-unset-key (kbd "")) +#+end_src + Make Emacs confirm that I want to close it on kill. #+begin_src emacs-lisp (setq confirm-kill-emacs 'yes-or-no-p) -- cgit v1.2.3