summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-21 22:52:34 -0600
committerCase Duckworth2020-12-21 22:52:34 -0600
commit5599f5fb43de4178fde345c33920740966552426 (patch)
tree8d7396d0ad73182dbf285a7bf8ff1f8c1f894672 /config.org
parentChange marginalia style based on system-type (diff)
downloademacs-5599f5fb43de4178fde345c33920740966552426.tar.gz
emacs-5599f5fb43de4178fde345c33920740966552426.zip
Comment on margin scrolling
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.org b/config.org index 464a792..0ed8e10 100644 --- a/config.org +++ b/config.org
@@ -616,6 +616,10 @@ from [[https://github.com/link0ff/emacs-init][link0ff]].
616 616
617** Mouse 617** Mouse
618 618
619*** Fix scrolling in margins
620
621This is not /quite/ correct yet. For example, scrolling in the margins with a trackpad isn’t picked up (a trackpad sends different mouse events).
622
619#+begin_src emacs-lisp 623#+begin_src emacs-lisp
620 (dolist (vec '([left-margin wheel-down] 624 (dolist (vec '([left-margin wheel-down]
621 [right-margin wheel-down] 625 [right-margin wheel-down]