aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-09-09 08:48:32 -0700
committerGravatar Tom Willemse2020-09-09 08:52:36 -0700
commite9f5cb9a3b89d01e4ce75c9a446954872dc87f3c (patch)
tree9f6fe48eb87190bb980d564dc8575ddbe98525af /oni-core.el
parent65236171902cc9dd939b836206c6f0bf854c7325 (diff)
downloademacs-config-e9f5cb9a3b89d01e4ce75c9a446954872dc87f3c.tar.gz
emacs-config-e9f5cb9a3b89d01e4ce75c9a446954872dc87f3c.zip
Drop helpful
I’ve been using it for a while and I don’t actually like it much better than the built-in help functionality.
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/oni-core.el b/oni-core.el
index bad2605..2918bd5 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0430.224024
-;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful gcmh)
+;; Version: 2020.0909.084822
+;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace gcmh)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -146,11 +146,6 @@
(global-set-key [remap move-beginning-of-line] #'oni-core-move-beginning-of-dwim)
(global-set-key [remap move-end-of-line] #'oni-core-move-end-of-dwim)
-(global-set-key [remap describe-function] 'helpful-callable)
-(global-set-key [remap describe-key] 'helpful-key)
-(global-set-key [remap describe-variable] 'helpful-variable)
-(global-set-key (kbd "C-c C-d") 'helpful-at-point)
-
(global-set-key (kbd "C-<left>") 'winner-undo)
(global-set-key (kbd "C-<right>") 'winner-redo)