1
0
Fork 0

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.
This commit is contained in:
Tom Willemse 2020-09-09 08:48:32 -07:00
parent 6523617190
commit e9f5cb9a3b

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0430.224024 ;; Version: 2020.0909.084822
;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful gcmh) ;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace gcmh)
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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-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 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-<left>") 'winner-undo)
(global-set-key (kbd "C-<right>") 'winner-redo) (global-set-key (kbd "C-<right>") 'winner-redo)