From 25cc96e57d7a97f62a986596fa9fa4d217e8eb24 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 24 Jun 2024 18:43:36 +0200 Subject: Emacs: disable changing font size by mouse/touchpad --- user/emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/emacs/init.el b/user/emacs/init.el index 15b92090..b559f843 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -90,6 +90,10 @@ original-stimmung-themes-string)) (load-theme current-theme :noconfirm))))))) +(global-set-key (kbd "") 'ignore) +(global-set-key (kbd "") 'ignore) +(global-set-key (kbd "") 'ignore) + (setq font-lock-maximum-decoration '((t . 1)) jit-lock-stealth-time 1.25 jit-lock-stealth-nice 0.5 -- cgit 1.4.1