summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-10-24 10:40:58 -0400
committerKjetil Orbekk <kj@orbekk.com>2024-10-24 10:40:58 -0400
commit82c332885d0aa6eea9683f89b7ab75587b530c05 (patch)
tree2b2f1cbfaab3f562090f07f4a38d65e1225bf649
parentcd7390d08b83d830a668079df2e56f97bf371a36 (diff)
Disable helpfulHEADmaster
Seems to have some issues...
-rw-r--r--emacs/.config/emacs/lisp/kj-init.el14
1 files 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