diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-25T13·16+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-25T13·16+0100 |
commit | 21ce27b0ca948ddab2206baf36707d00822e5206 (patch) | |
tree | 8489bf857e08d4a0531db1ae6b43708b5933d6b6 /emacs/.emacs.d/wpc | |
parent | 504cf0daab8b8953cf6f018b0af46104e787f2ec (diff) |
Prefer <leader>jb to <leader>jd for searching all of briefcase
Feels more natural...
Diffstat (limited to 'emacs/.emacs.d/wpc')
-rw-r--r-- | emacs/.emacs.d/wpc/bookmark.el | 2 |
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")) |