From 2372097593ffe01d356e16ece9610f12c04e11b8 Mon Sep 17 00:00:00 2001 From: marc Date: Mon, 16 Jun 2025 16:44:21 +0200 Subject: [PATCH] more stuff for user-local --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index f1a861d..ff707bc 100644 --- a/config.org +++ b/config.org @@ -142,6 +142,7 @@ https://blog.d46.us/advanced-emacs-startup/ (setq nsm-settings-file (concat MY--PATH_USER_LOCAL "network-security.data")) (setq lsp-session-file (concat MY--PATH_USER_LOCAL ".lsp-session-v1")) (setq svg-lib-icons-dir (concat MY--PATH_USER_LOCAL "svg-lib/")) +(setq server-auth-dir (concat MY--PATH_USER_LOCAL "server/")) #+end_src @@ -1365,6 +1366,7 @@ nil))) org-tempo))) ;; easy templates (org-default-notes-file (concat MY--PATH_ORG_FILES "notes.org")) (org-id-locations-file (concat MY--PATH_USER_LOCAL ".org-id-locations")) + (org-persist-directory (concat MY--PATH_USER_LOCAL "org-persist/")) (org-log-into-drawer "LOGBOOK") (org-log-done 'time) ;; create timestamp when task is done (org-blank-before-new-entry '((heading) (plain-list-item))) ;; prevent new line before new item