diff options
author | noa@gaiwan.org | 2024-06-13 23:59:30 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-13 23:59:30 +0000 |
commit | e62442d4635e48e78d4effbb1c4d6836b2f7a9a6 (patch) | |
tree | abccff9f492acff596238ad17256afcd777a9ab6 /emacs | |
parent | 4fd26be63133ba6cb4208ce08af0573ab5f03077 (diff) |
Remove helpful.el
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/init.el b/emacs/init.el index c778321..5a97494 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -209,15 +209,6 @@ and when JID is not in `jabber-activity-banned'." ;; select the help window so that i can easily close it again with q (setopt help-window-select t) -(use-package helpful - :ensure t - :bind ( - ([remap describe-function] . helpful-callable) - ([remap describe-variable] . helpful-variable) - ([remap describe-key] . helpful-key) - ([remap describe-command] . helpful-command) - ("C-c C-d" . helpful-at-point) - ("C-h F" . helpful-function))) (setopt switch-to-buffer-obey-display-actions t) |