From acae31bacb3f51c7d299dcf71e8695522b16e0ee Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 2 Aug 2022 23:23:27 -0700 Subject: don't show tasks tagged @Sheffield on erebus Replace a reference to a decommissioned host. --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 794594e7..964da5f2 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -4148,7 +4148,7 @@ different occasions." ;; #1 ;; melete is a laptop, but usually it's not in Sheffield (and (or (spw/on-host-p "melete.silentflame.com") - (spw/on-host-p "hephaestus.silentflame.com")) + (spw/on-host-p "erebus.silentflame.com")) (member "@Sheffield" (org-get-tags))) ;; #2 (and (spw/on-host-p "zephyr.silentflame.com") -- cgit v1.2.3