Fix counsel-projectile-map re kill action
This commit is contained in:
parent
18758602e8
commit
cc5e649745
1 changed files with 1 additions and 1 deletions
|
|
@ -1276,7 +1276,7 @@ action."
|
||||||
(let ((map (make-sparse-keymap)))
|
(let ((map (make-sparse-keymap)))
|
||||||
(define-key map (kbd "C-c C-k") (lambda ()
|
(define-key map (kbd "C-c C-k") (lambda ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(counsel-projectile-action-kill-buffer (ivy-state-current ivy-last))))
|
(counsel-projectile-action-kill-delete (ivy-state-current ivy-last))))
|
||||||
map)
|
map)
|
||||||
"Keymap for `counsel-projectile'.")
|
"Keymap for `counsel-projectile'.")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue