emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4b9b9cb 3/3: ; Add a heading and a binding


From: Dmitry Gutov
Subject: master 4b9b9cb 3/3: ; Add a heading and a binding
Date: Wed, 17 Jun 2020 19:12:14 -0400 (EDT)

branch: master
commit 4b9b9cb43a84c1d4c018b9fe1153685e57ffcaa4
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    ; Add a heading and a binding
---
 lisp/progmodes/project.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index d8f56ac..e772570 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -490,10 +490,14 @@ DIRS must contain directory names."
   ;; Sidestep the issue of expanded/abbreviated file names here.
   (cl-set-difference files dirs :test #'file-in-directory-p))
 
+
+;;; Project commands
+
 ;;;###autoload
 (defvar project-prefix-map
   (let ((map (make-sparse-keymap)))
     (define-key map "f" 'project-find-file)
+    (define-key map "b" 'project-switch-to-buffer)
     (define-key map "s" 'project-shell)
     (define-key map "d" 'project-dired)
     (define-key map "v" 'project-vc-dir)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]