From 4ca20438fb989dbf311ee73e5b138ac4e80d9cf2 Mon Sep 17 00:00:00 2001 From: Alexander Graul Date: Sun, 8 Dec 2019 23:42:46 +0100 Subject: [PATCH] Use featurep! in mu4e/autoload/email.el featurep works a bit different from featurep!, which is required in this case. --- modules/email/mu4e/autoload/email.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/email/mu4e/autoload/email.el b/modules/email/mu4e/autoload/email.el index b5cef3f8c..27d9a10db 100644 --- a/modules/email/mu4e/autoload/email.el +++ b/modules/email/mu4e/autoload/email.el @@ -53,7 +53,7 @@ default/fallback account." "Start email client." (interactive) (require 'mu4e) - (if (featurep :ui 'workspaces) + (if (featurep! :ui workspaces) (+workspace-switch +mu4e-workspace-name t) (setq +mu4e--old-wconf (current-window-configuration)) (delete-other-windows) @@ -80,7 +80,7 @@ default/fallback account." (defun +mu4e-kill-mu4e-h () ;; (prolusion-mail-hide) (cond - ((and (featurep :ui 'workspaces) (+workspace-exists-p +mu4e-workspace-name)) + ((and (featurep! :ui workspaces) (+workspace-exists-p +mu4e-workspace-name)) (+workspace/delete +mu4e-workspace-name)) (+mu4e--old-wconf