diff options
-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 |