mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
refactor(workspaces): +workspace/delete: rename to +workspace/kill
To be more consistent with other uses of the verb in the Emacs ecosystem. Also done in preparation for a new +workspaces/delete command for #7869. Ref: #7869
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
;;;###autoload (autoload '+workspace:delete "ui/workspaces/autoload/evil" nil t)
|
||||
(evil-define-command +workspace:delete ()
|
||||
"Ex wrapper around `+workspace/delete'."
|
||||
(interactive) (+workspace/delete (+workspace-current-name)))
|
||||
"Ex wrapper around `+workspace/kill'."
|
||||
(interactive) (+workspace/kill (+workspace-current-name)))
|
||||
|
||||
;;;###autoload (autoload '+workspace:switch-next "ui/workspaces/autoload/evil" nil t)
|
||||
(evil-define-command +workspace:switch-next (&optional count)
|
||||
|
Reference in New Issue
Block a user