Fix doom:kill-matching-buffers referring to old renamed function
This commit is contained in:
parent
c7a9697259
commit
7e3ff3b679
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
then include buffers that aren't part of the current project."
|
||||||
:repeat nil
|
:repeat nil
|
||||||
(interactive "<!><a>")
|
(interactive "<!><a>")
|
||||||
(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)
|
;;;###autoload (autoload 'doom:scratch-buffer "defuns-buffers" nil t)
|
||||||
(evil-define-operator doom:scratch-buffer (&optional beg end bang)
|
(evil-define-operator doom:scratch-buffer (&optional beg end bang)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue