doom/cleanup-buffers: support ex command usage
This commit is contained in:
parent
eb064887a5
commit
195609d89d
1 changed files with 2 additions and 0 deletions
|
@ -255,3 +255,5 @@ exclude buffers that aren't part of the current project."
|
|||
(when (called-interactively-p 'interactive)
|
||||
(message "Cleaned up %s buffers" n))))
|
||||
|
||||
(after! evil
|
||||
(evil-set-command-properties #'doom/cleanup-buffers :ex-bang t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue