diff --git a/core/autoload/buffers.el b/core/autoload/buffers.el index 1989a934c..8dcc54f1a 100644 --- a/core/autoload/buffers.el +++ b/core/autoload/buffers.el @@ -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))