config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 924e06d8cd9e6fc412d9979b66ea96964b187188
parent 93ecd53fdd9d57ba23e4047a255cc6a7e08750c5
Author: dwrz <dwrz@dwrz.net>
Date:   Sun,  4 Jun 2023 14:08:13 +0000

Update emacs init

Diffstat:
Memacs/init.el | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/emacs/init.el b/emacs/init.el @@ -329,17 +329,17 @@ (cond ((string-equal (system-name) "main.dwrz.net") (setq org-agenda-files '("~/org/dwrz.org" "~/org/someday-maybe.org" + "~/projects/brz/brz.org" + "~/projects/career/career.org" + "~/projects/chimerical/chimerical.org" "~/projects/chinese/chinese.org" "~/projects/community/community.org" - "~/projects/src/src.org" - "~/projects/chimerical/chimerical.org" - "~/projects/wish/wish.org" - "~/projects/career/career.org" "~/projects/finances/finances.org" "~/projects/health/health.org" "~/projects/home/home.org" - "~/projects/mwb/mwb.org" - "~/projects/rz/rz.org") + "~/projects/rz/rz.org" + "~/projects/src/src.org" + "~/projects/wish/wish.org") org-archive-location "/home/dwrz/org/archive.org::"))))