Browse Source

more stuff for user-local

master
marc 2 weeks ago
parent
commit
2372097593
1 changed files with 2 additions and 0 deletions
  1. 2
      config.org

2
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 nsm-settings-file (concat MY--PATH_USER_LOCAL "network-security.data"))
(setq lsp-session-file (concat MY--PATH_USER_LOCAL ".lsp-session-v1")) (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 svg-lib-icons-dir (concat MY--PATH_USER_LOCAL "svg-lib/"))
(setq server-auth-dir (concat MY--PATH_USER_LOCAL "server/"))
#+end_src #+end_src
@ -1365,6 +1366,7 @@ nil)))
org-tempo))) ;; easy templates org-tempo))) ;; easy templates
(org-default-notes-file (concat MY--PATH_ORG_FILES "notes.org")) (org-default-notes-file (concat MY--PATH_ORG_FILES "notes.org"))
(org-id-locations-file (concat MY--PATH_USER_LOCAL ".org-id-locations")) (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-into-drawer "LOGBOOK")
(org-log-done 'time) ;; create timestamp when task is done (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 (org-blank-before-new-entry '((heading) (plain-list-item))) ;; prevent new line before new item

Loading…
Cancel
Save