mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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:
@ -36,7 +36,7 @@
|
||||
(interactive)
|
||||
(if (modulep! :ui workspaces)
|
||||
(when (+workspace-exists-p +calendar-workspace-name)
|
||||
(+workspace/delete +calendar-workspace-name))
|
||||
(+workspace/kill +calendar-workspace-name))
|
||||
(when (window-configuration-p +calendar--wconf)
|
||||
(set-window-configuration +calendar--wconf))
|
||||
(setq +calendar--wconf nil))
|
||||
|
Reference in New Issue
Block a user