Add binding for project-kill-buffers
* lisp/progmodes/project.el (project-prefix-map): Add binding for project-kill-buffers (bug#41868).
This commit is contained in:
parent
3dd6b23cdf
commit
363d981811
1 changed files with 1 additions and 0 deletions
|
@ -503,6 +503,7 @@ DIRS must contain directory names."
|
|||
(define-key map "v" 'project-vc-dir)
|
||||
(define-key map "c" 'project-compile)
|
||||
(define-key map "e" 'project-eshell)
|
||||
(define-key map "k" 'project-kill-buffers)
|
||||
(define-key map "p" 'project-switch-project)
|
||||
(define-key map "g" 'project-find-regexp)
|
||||
(define-key map "r" 'project-query-replace-regexp)
|
||||
|
|
Loading…
Add table
Reference in a new issue