From 37328b2181858efafa81d9f4264282acb714cea1 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Thu, 27 May 2021 22:05:13 -0400 Subject: [PATCH] Remove which-key --- config.org | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.39.2