]> git.armaanb.net Git - config.org.git/commitdiff
Remove which-key
authorArmaan Bhojwani <me@armaanb.net>
Fri, 28 May 2021 02:05:13 +0000 (22:05 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Fri, 28 May 2021 02:05:13 +0000 (22:05 -0400)
config.org

index 87a9ff3162cc221abe107ef4b9b25e644a26ab6a..2775c75034fa908c859b68efacfd55957c96c6cb 100644 (file)
@@ -120,13 +120,6 @@ Show a ruler at a certain number of chars depending on mode.
   (setq display-fill-column-indicator-column 80)
   (global-display-fill-column-indicator-mode)
 #+end_src
-** Keybinding hints
-When starting a key chord, show possible future steps after 0.3 seconds.
-#+begin_src emacs-lisp
-  (use-package which-key
-    :config (which-key-mode)
-    :custom (which-key-idle-delay 0.3))
-#+end_src
 ** Highlight todo items in comments
 #+begin_src emacs-lisp
   (use-package hl-todo