summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/basic.el b/basic.el
index fbd3b6f..bc0b321 100644
--- a/basic.el
+++ b/basic.el
@@ -135,6 +135,13 @@
(define-key global-map (vector ?\H-e) #'eshell)
+;;; Find function on key
+
+;; I think it is a useful addition to the help system to bind this to
+;; the help map.
+
+(define-key help-map (vector ?\M-f) #'find-function-on-key)
+
;;; bury-buffer
(define-key global-map (vector ?\C-\s-b) #'bury-buffer)