mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doom/cleanup-buffers: support ex command usage
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user