aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-21 16:16:44 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-21 16:16:44 -0400
commitdb458f34be933a3aec7a2c350f1ff3119ac07824 (patch)
treec0c3383b6c8a6d1c68df93410cd07a58e5a307dd
parentDisable line numbers in `helpful-mode` (diff)
downloadmmosmacs-db458f34be933a3aec7a2c350f1ff3119ac07824.tar.gz
mmosmacs-db458f34be933a3aec7a2c350f1ff3119ac07824.tar.bz2
mmosmacs-db458f34be933a3aec7a2c350f1ff3119ac07824.zip
Use `which-key` for keybind hints
-rw-r--r--init.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/init.el b/init.el
index ffa2c6e..0a30c3d 100644
--- a/init.el
+++ b/init.el
@@ -821,6 +821,20 @@
821;; --------------------------------------------------------------------- 821;; ---------------------------------------------------------------------
822 822
823;; --------------------------------- 823;; ---------------------------------
824;; Keybind hints
825;; -------------
826;; Show hints for available keybinds
827;; as you type them.
828;; ---------------------------------
829
830(use-package which-key
831 :straight t
832 :init (which-key-mode)
833 :config
834 (setq which-key-idle-delay 1.5))
835
836
837;; ---------------------------------
824;; Fix ESC behavior 838;; Fix ESC behavior
825;; ---------------- 839;; ----------------
826;; The default behavior of the ESC 840;; The default behavior of the ESC