From 2a8a234818a5be3811b0756f838d8eaefebeca8b Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Mon, 21 Oct 2024 16:27:49 +0200 Subject: chore: replaced obsolete alias --- gnus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnus.el') 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) -- cgit v1.2.3