[emacs] Update work machine name

This commit is contained in:
Correl Roush 2021-06-24 11:02:23 -04:00
parent 1396cc0422
commit aae229d222

View file

@ -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))))))