diff options
-rw-r--r-- | basic.el | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |