From 7d6d6e70c047063f74675b4b9b7bb4b3144ddb82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 28 Aug 2024 19:40:58 +0100 Subject: [PATCH] Filepath correction --- custom/workday.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/workday.el b/custom/workday.el index 40f0cb7..e269741 100644 --- a/custom/workday.el +++ b/custom/workday.el @@ -1,5 +1,5 @@ (if (string-equal system-type "android") - (load-file "/storage/emulated/0/Documents/admin/emacs/daysoff.el") + (load-file "/storage/emulated/0/Sync/admin/emacs/daysoff.el") (load-file "~/Documents/drive/admin/emacs/daysoff.el")) (defcustom workday nil