about 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.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.org b/config.org index 6b5f93a..7e1d4ab 100644 --- a/config.org +++ b/config.org
@@ -660,6 +660,8 @@ This package is really helpful for discovering functionality. When I get more a
660 (use-package which-key 660 (use-package which-key
661 :custom 661 :custom
662 (which-key-popup-type 'minibuffer) 662 (which-key-popup-type 'minibuffer)
663 (which-key-separator " ")
664 (which-key-prefix-prefix "+")
663 :config 665 :config
664 (which-key-mode)) 666 (which-key-mode))
665#+end_src 667#+end_src