summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-01-21 22:37:15 -0500
committerKyle Meyer <kyle@kyleam.com>2017-01-21 22:37:15 -0500
commitcb92104ef16bc293365c021131123788b8c54c50 (patch)
treeee465187c4512f02df411c26619a1f96d0fd0a86 /init.el
parent8b8fe15e70d7784fb214966b82e89ba340808a7d (diff)
downloademacs.d-cb92104ef16bc293365c021131123788b8c54c50.tar.gz
Bind helm-minibuffer-history to M-r
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index a4515e0..0220171 100644
--- a/init.el
+++ b/init.el
@@ -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