about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-04 00:30:40 -0600
committerCase Duckworth2020-12-04 00:30:40 -0600
commit01f7f5b487197f47fd0b72984c256263742e5e3a (patch)
treed750a3b6b4973badba95030f87a2f6f34b2c729f /config.org
parentTweak scrolling (diff)
downloademacs-01f7f5b487197f47fd0b72984c256263742e5e3a.tar.gz
emacs-01f7f5b487197f47fd0b72984c256263742e5e3a.zip
Tweak which-key
	# Please enter the commit message for your changes. Lines starting
	# with '#' will be ignored, and an empty message aborts the commit.
	#
	# On branch master
	# Your branch is up to date with 'origin/master'.
	#
	# Changes to be committed:
	#	modified:   config.org
	#
	# Changes not staged for commit:
	#	modified:   config.org
	#
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