summaryrefslogtreecommitdiff
path: root/editors/mode-info/files/elisp-info-setup.el
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mode-info/files/elisp-info-setup.el')
-rw-r--r--editors/mode-info/files/elisp-info-setup.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/mode-info/files/elisp-info-setup.el b/editors/mode-info/files/elisp-info-setup.el
deleted file mode 100644
index f1c56717c4b1..000000000000
--- a/editors/mode-info/files/elisp-info-setup.el
+++ /dev/null
@@ -1,11 +0,0 @@
-;; Setup for elisp-info.el
-(require 'elisp-info)
-(eval-after-load "help.el"
- (progn
- (define-key help-map "f" 'elisp-info-describe-function)
- (define-key help-map "d" 'elisp-info-describe-function)
- (define-key help-map "D" 'describe-function)
- (define-key help-map "v" 'elisp-info-describe-variable)
- (define-key help-map "V" 'describe-variable)
- (define-key help-mode-map "i" 'elisp-info-help-to-info)))
-(provide 'elisp-info-setup) \ No newline at end of file