aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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