summaryrefslogtreecommitdiff
path: root/.emacs.d/init-org.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-10-22 23:30:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-10-22 23:30:09 -0700
commit2470ea35b8cbb968f92a6c1beacebd8a65ecf51f (patch)
tree2edb6367aa0427f8ed9fa66f39040bced1f2f779 /.emacs.d/init-org.el
parent5a094f9f2253e1f3da46a0e8be30fd0f2a727c02 (diff)
downloaddotfiles-2470ea35b8cbb968f92a6c1beacebd8a65ecf51f.tar.gz
iris -> melete as workstation
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