summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-14 12:39:10 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-14 12:39:10 -0500
commita0da0ca4af1f999e9f5467291b9b0c170ec77b5f (patch)
treef43a64421a437fa3032117abce3826251d3a5578 /init.el
parentd275d6796455e1bcac9c941318c226b326eb6ae4 (diff)
downloademacs.d-a0da0ca4af1f999e9f5467291b9b0c170ec77b5f.tar.gz
Change helm-bookmarks binding
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 3d4b00b..3c64969 100644
--- a/init.el
+++ b/init.el
@@ -1126,7 +1126,7 @@
(define-key km/editing-map "m" #'helm-all-mark-rings))
(use-package helm-bookmark
- :bind ("C-x r m" . helm-bookmarks))
+ :bind ("C-x r b" . helm-bookmarks))
;;; Expansion