diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-01-21 22:37:15 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-01-21 22:37:15 -0500 |
commit | cb92104ef16bc293365c021131123788b8c54c50 (patch) | |
tree | ee465187c4512f02df411c26619a1f96d0fd0a86 | |
parent | 8b8fe15e70d7784fb214966b82e89ba340808a7d (diff) | |
download | emacs.d-cb92104ef16bc293365c021131123788b8c54c50.tar.gz |
Bind helm-minibuffer-history to M-r
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1301,6 +1301,10 @@ (use-package helm-bookmark :bind ("C-x r b" . helm-bookmarks)) +(use-package helm-misc + :config + (define-key minibuffer-local-map (kbd "M-r") #'helm-minibuffer-history)) + ;;; Expansion |