summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index 4bd98cd..add83bf 100644 --- a/config.org +++ b/config.org
@@ -676,6 +676,13 @@ Commented for now because I really need to figure out the keybindings I want to
676(run-hooks 'acdw/map-defined-hook) 676(run-hooks 'acdw/map-defined-hook)
677#+END_SRC 677#+END_SRC
678 678
679*** Show keybindings
680
681 #+begin_src emacs-lisp
682 (straight-use-package 'which-key)
683 (which-key-mode +1)
684 #+end_src
685
679** Mouse 686** Mouse
680 687
681*** Preserve screen position when scrolling with the mouse wheel 688*** Preserve screen position when scrolling with the mouse wheel