summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-02 17:36:29 -0600
committerCase Duckworth2021-01-02 17:36:29 -0600
commitdd3978119ca80ff31049dda1ef0c361adbe6f5a3 (patch)
tree7917fff09870d79117e7f2dfedf4464f63961353 /config.org
parentAdd acdw/when-unfocused (diff)
downloademacs-dd3978119ca80ff31049dda1ef0c361adbe6f5a3.tar.gz
emacs-dd3978119ca80ff31049dda1ef0c361adbe6f5a3.zip
Add which-key
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