Fix narf:kill-buried-buffers
This commit is contained in:
parent
c49a53f9d3
commit
5506ba122e
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ provided."
|
|||
:repeat nil
|
||||
(interactive "<!>")
|
||||
(mapc 'kill-buffer
|
||||
(narf:living-buffer-list (if bang (projectile-project-buffers) (buffer-list)))))
|
||||
(narf/living-buffer-list (if bang (projectile-project-buffers) (buffer-list)))))
|
||||
|
||||
;;;###autoload (autoload 'narf::kill-buffers "defuns-buffers")
|
||||
(evil-define-command narf::kill-buffers (&optional bang)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue