mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
Use different function for :cleanup
This commit is contained in:
@@ -46,7 +46,9 @@
|
||||
(ex! "grevert" #'git-gutter:revert-hunk)
|
||||
|
||||
;; Dealing with buffers
|
||||
(ex! "clean[up]" #'doom/cleanup-buffers)
|
||||
(evil-set-command-properties #'+workspace/cleanup :ex-bang t)
|
||||
|
||||
(ex! "clean[up]" #'+workspace/cleanup)
|
||||
(ex! "k[ill]" #'doom/kill-this-buffer)
|
||||
(ex! "k[ill]all" #'+hlissner:kill-all-buffers)
|
||||
(ex! "k[ill]m" #'+hlissner:kill-matching-buffers)
|
||||
|
Reference in New Issue
Block a user