summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-12 22:08:59 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-12 22:08:59 -0500
commit8db5b5fd0cf82f7e5562d96dc06dff8d71b28bb0 (patch)
tree74c5cfbce91859a170f3bee71ab6de625de5c784 /init.el
parentc80a55d831f8e20fa07278b3faf73c63cab7de3b (diff)
downloademacs.d-8db5b5fd0cf82f7e5562d96dc06dff8d71b28bb0.tar.gz
Add helm-bookmarks binding
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1627283..c8db412 100644
--- a/init.el
+++ b/init.el
@@ -1119,6 +1119,9 @@
:defer t
:init (define-key km/external-map "m" #'helm-man-woman))
+(use-package helm-bookmark
+ :bind ("C-x r m" . helm-bookmarks))
+
;;; Expansion