diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/bookmark.el')
-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")) |