summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-10-16 12:50:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-10-16 12:50:02 -0700
commit47887523d9dba19b903a0957664ede661f4d0360 (patch)
treee1fccdc6e5ef841d332e3a2f8ec217aad1c40a56
parent32773e8a196c2bf65f654061b8dd59a64d965f6d (diff)
downloaddotfiles-47887523d9dba19b903a0957664ede661f4d0360.tar.gz
@campus tag
-rw-r--r--.emacs.d/init-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init-org.el b/.emacs.d/init-org.el
index 374781ed..c557ae40 100644
--- a/.emacs.d/init-org.el
+++ b/.emacs.d/init-org.el
@@ -387,6 +387,8 @@ spaces in it and to remove any colons."
(not (string= (system-name) "artemis.silentflame.com")))
((string= tag "@sheffield")
(not (string= (system-name) "zephyr.silentflame.com")))
+ ((string= tag "@campus")
+ (string= (system-name) "artemis.silentflame.com"))
((string= tag "@libdasl")
(not (string= (system-name) "ma.sdf.org"))))
(concat "-" tag)))