From 82c332885d0aa6eea9683f89b7ab75587b530c05 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 24 Oct 2024 10:40:58 -0400 Subject: Disable helpful Seems to have some issues... --- emacs/.config/emacs/lisp/kj-init.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/emacs/.config/emacs/lisp/kj-init.el b/emacs/.config/emacs/lisp/kj-init.el index f93e308..2e6e11a 100644 --- a/emacs/.config/emacs/lisp/kj-init.el +++ b/emacs/.config/emacs/lisp/kj-init.el @@ -532,13 +532,13 @@ (mode . ,kj/help-modes) (inhibit-same-window . nil))) -(use-package helpful - :bind - (([remap describe-key] . 'helpful-key) - ([remap describe-variable] . 'helpful-variable) - ([remap describe-symbol] . 'helpful-symbol) - ([remap describe-command] . 'helpful-command) - ([remap describe-function] . 'helpful-callable))) +;; (use-package helpful +;; :bind +;; (([remap describe-key] . 'helpful-key) +;; ([remap describe-variable] . 'helpful-variable) +;; ([remap describe-symbol] . 'helpful-symbol) +;; ([remap describe-command] . 'helpful-command) +;; ([remap describe-function] . 'helpful-callable))) ;; Spotify (use-package smudge -- cgit v1.2.3