diff options
Diffstat (limited to 'gnus.el')
-rw-r--r-- | gnus.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ (defun =gnus () "Activate `gnus' in its workspace." (interactive) - (if (featurep! :ui workspaces) + (if (modulep! :ui workspaces) (progn (+workspace-switch +gnus-workspace-name t) (doom/switch-to-scratch-buffer) @@ -32,7 +32,7 @@ (defun +gnus-cleanup-h () "Cleanup after a gnus session." (interactive) - (if (and (featurep! :ui workspaces) + (if (and (modulep! :ui workspaces) (+workspace-exists-p +gnus-workspace-name)) (+workspace/delete +gnus-workspace-name) (when (window-configuration-p +gnus--wconf) |