diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-02-14 12:39:10 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-02-14 12:39:10 -0500 |
commit | a0da0ca4af1f999e9f5467291b9b0c170ec77b5f (patch) | |
tree | f43a64421a437fa3032117abce3826251d3a5578 | |
parent | d275d6796455e1bcac9c941318c226b326eb6ae4 (diff) | |
download | emacs.d-a0da0ca4af1f999e9f5467291b9b0c170ec77b5f.tar.gz |
Change helm-bookmarks binding
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |