summaryrefslogtreecommitdiff
path: root/.emacs.d/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init-org.el')
-rw-r--r--.emacs.d/init-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init-org.el b/.emacs.d/init-org.el
index 019a9e72..61959f14 100644
--- a/.emacs.d/init-org.el
+++ b/.emacs.d/init-org.el
@@ -465,9 +465,9 @@ different occasions."
(spw/skip-when
(or
;; #1
- ;; iris is a laptop, but usually it's not in Sheffield
+ ;; melete is a laptop, but usually it's not in Sheffield
(and (or
- (string= (system-name) "iris")
+ (string= (system-name) "melete")
(string= (system-name) "hephaestus"))
(member "@Sheffield" (org-get-tags)))
;; #2