summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnus.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnus.el b/gnus.el
index 5272033..c3e3466 100644
--- a/gnus.el
+++ b/gnus.el
@@ -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)