Fix: Fix issue where script only modified source files but Emacs loads from build directory

This commit is contained in:
trogloxene
2026-03-31 08:11:34 +08:00
parent fdd6243bd3
commit 59b98b00fa
2 changed files with 36 additions and 14 deletions

View File

@@ -155,9 +155,8 @@
(when *is-windows*
(with-eval-after-load 'org
(setq org-agenda-files '("d:/emacs/org/learning-oprg-mode.org"
"d:/emacs/hugo/this-is-my-blog/all-blog.org"
"d:/emacs/my-org-daily/")))) ; agenda文件目录或文件
(setq org-agenda-files '("d:/emacs/hugo/this-is-my-blog/all-blog.org"
"d:/emacs/my-org-daily/"))))
(when *is-mac*
(with-eval-after-load 'org
(setq org-agenda-files '("~/org/my-org-daily"))))