diff options
author | Case Duckworth | 2021-01-02 17:36:29 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-02 17:36:29 -0600 |
commit | dd3978119ca80ff31049dda1ef0c361adbe6f5a3 (patch) | |
tree | 7917fff09870d79117e7f2dfedf4464f63961353 | |
parent | Add acdw/when-unfocused (diff) | |
download | emacs-dd3978119ca80ff31049dda1ef0c361adbe6f5a3.tar.gz emacs-dd3978119ca80ff31049dda1ef0c361adbe6f5a3.zip |
Add which-key
-rw-r--r-- | config.org | 7 |
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 |