summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-08-06 15:34:06 +0200
committerAlan Pearce2019-08-06 15:34:06 +0200
commite89fe851d0d5093f6fcd236bc7046524b7086b7e (patch)
treec0502054569cbec92227ffab31d00b5671e23d55
parent2798407c65bdc3512a93e18e30ecd1f461b5c4fb (diff)
downloadnixfiles-e89fe851d0d5093f6fcd236bc7046524b7086b7e.tar.lz
nixfiles-e89fe851d0d5093f6fcd236bc7046524b7086b7e.tar.zst
nixfiles-e89fe851d0d5093f6fcd236bc7046524b7086b7e.zip
Emacs: fix deprecation warning
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 06432fd3..35872991 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -674,7 +674,7 @@ With two prefix arguments, write out the day and month name."
                                                 (if msg
                                                     (mu4e-message-contact-field-matches
                                                      msg :to "alan@satoshipay.io")
-                                                  (string-equal system-name "satoshipad")))
+                                                  (string-equal (system-name) "satoshipad")))
                                   :vars '((user-mail-address . "alan@satoshipay.io")
                                           (mu4e-sent-messages-behavior . 'delete)
                                           (mu4e-drafts-folder . "/satoshipay/Drafts")