From 21ce27b0ca948ddab2206baf36707d00822e5206 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 25 Aug 2020 14:16:41 +0100 Subject: [PATCH] Prefer jb to jd for searching all of briefcase Feels more natural... --- emacs/.emacs.d/wpc/bookmark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/wpc/bookmark.el b/emacs/.emacs.d/wpc/bookmark.el index 4a62b15eb..3b5312819 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"))