diff options
Diffstat (limited to 'config.org')
-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] |