diff options
author | noa | 2025-02-16 22:28:37 +0800 |
---|---|---|
committer | noa | 2025-02-16 22:28:37 +0800 |
commit | 86882cabe21611e195ed3d0260de80e8643ee235 (patch) | |
tree | de272858e95ffaf799928921ea25a4c3b1a7c924 /emacs/init.el | |
parent | ce9ce935e9b3e4089b4c524be0a55642600d5fc5 (diff) |
Remove which-key
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/init.el b/emacs/init.el index 0d23010..e42e196 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -902,12 +902,6 @@ With prefix argument TIME, also add the current time." :hook (embark-collect-mode . consult-preview-at-point-mode)) -(use-package which-key - :disabled t - :custom - (which-key-mode t)) - - (use-package pdf-tools :when (display-graphic-p) ;; :ensure t |