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