diff --git a/core/defuns/defuns-buffers.el b/core/defuns/defuns-buffers.el index cb24f3306..2f6ab4434 100644 --- a/core/defuns/defuns-buffers.el +++ b/core/defuns/defuns-buffers.el @@ -285,7 +285,7 @@ found. If BANG, then include buffers that aren't part of the current project." then include buffers that aren't part of the current project." :repeat nil (interactive "") - (doom-kill-buffers (doom/get-matching-buffers pattern (doom/get-buffers (not bang))))) + (doom--kill-buffers (doom/get-matching-buffers pattern (doom/get-buffers (not bang))))) ;;;###autoload (autoload 'doom:scratch-buffer "defuns-buffers" nil t) (evil-define-operator doom:scratch-buffer (&optional beg end bang)