From aae229d222847b053519fb3e876211afb76be30c Mon Sep 17 00:00:00 2001 From: Correl Date: Thu, 24 Jun 2021 11:02:23 -0400 Subject: [PATCH] [emacs] Update work machine name --- .doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index c4d0ba5..8652a09 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -164,7 +164,7 @@ TODOs, synced externally using Nextcloud. org-agenda-files (-filter #'f-exists? (-concat - (if (string-equal (system-name) "s1069.ofc.lair") + (if (string-equal (system-name) "s1326.ofc.lair") (cdr (assoc 'work my/agenda-files)) (cdr (assoc 'personal my/agenda-files))))))