diff options
author | Case Duckworth | 2020-12-21 22:52:34 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-21 22:52:34 -0600 |
commit | 5599f5fb43de4178fde345c33920740966552426 (patch) | |
tree | 8d7396d0ad73182dbf285a7bf8ff1f8c1f894672 | |
parent | Change marginalia style based on system-type (diff) | |
download | emacs-5599f5fb43de4178fde345c33920740966552426.tar.gz emacs-5599f5fb43de4178fde345c33920740966552426.zip |
Comment on margin scrolling
-rw-r--r-- | config.org | 4 |
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 | |||
621 | This 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] |