From: Armaan Bhojwani Date: Fri, 28 May 2021 02:05:13 +0000 (-0400) Subject: Remove which-key X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=37328b2181858efafa81d9f4264282acb714cea1 Remove which-key --- diff --git a/config.org b/config.org index 87a9ff3..2775c75 100644 --- a/config.org +++ b/config.org @@ -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