Document open (unimportant?) issue on Darwin

This commit is contained in:
Gerard Vermeulen 2024-06-09 12:06:27 +02:00
parent 686ac23749
commit 22850fe355

View File

@ -591,6 +591,7 @@ verse and quote blocks are fontified using the `org-verse' and
(when (eq system-type 'darwin)
;; https://lmno.lol/alvaro/hey-mouse-dont-mess-with-my-emacs-font-size
;; Hint: reset font size with "C-u 0 M-x text-scale-adjust".
;; GAV: how to explain undefined "C-<wheel-left>" and "C-<wheel-right>"?
(global-set-key (kbd "<pinch>") 'ignore)
(global-set-key (kbd "<C-wheel-up>") 'ignore)
(global-set-key (kbd "<C-wheel-down>") 'ignore))