about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/bookmark.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-25T13·16+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-25T13·16+0100
commit21ce27b0ca948ddab2206baf36707d00822e5206 (patch)
tree8489bf857e08d4a0531db1ae6b43708b5933d6b6 /emacs/.emacs.d/wpc/bookmark.el
parent504cf0daab8b8953cf6f018b0af46104e787f2ec (diff)
Prefer <leader>jb to <leader>jd for searching all of briefcase
Feels more natural...
Diffstat (limited to 'emacs/.emacs.d/wpc/bookmark.el')
-rw-r--r--emacs/.emacs.d/wpc/bookmark.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/bookmark.el b/emacs/.emacs.d/wpc/bookmark.el
index 4a62b15eb74b..3b5312819b50 100644
--- a/emacs/.emacs.d/wpc/bookmark.el
+++ b/emacs/.emacs.d/wpc/bookmark.el
@@ -61,7 +61,7 @@ Otherwise, open with `counsel-find-file'."
                   :kbd "t")
    (make-bookmark :label "briefcase"
                   :path (getenv "BRIEFCASE")
-                  :kbd "d")
+                  :kbd "b")
    (make-bookmark :label "current project"
                   :path constants/current-project
                   :kbd "p"))