31 lines
1.8 KiB
EmacsLisp
31 lines
1.8 KiB
EmacsLisp
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
|
|
'(org-agenda-files
|
|
'("~/Nextcloud/Notes/Org/org-roam/20240315100949-mylife_org.org" "/home/christopher/Nextcloud/Notes/Org/org-roam/20240315170859-mywork.org" "/home/christopher/Nextcloud/Notes/Org/org-roam/20240309010204-work_tech.org" "/home/christopher/Nextcloud/Notes/Org/org-roam/20240313005225-tracysmith_1on1.org"))
|
|
'(package-selected-packages
|
|
'(org-modern org-timeblock notmuch devdocs embark helm-org-ql org-roam-ql-ql org-roam-timestamps citar-org-roam calfw-howm howm denote-menu google-contacts denote dtk jq-mode json-mode json-snatcher forecast hledger-mode org-contacts org-roam-ql org-roam-ui org-roam-bibtex org-roam)))
|
|
|
|
;; '(org-capture-templates
|
|
;; (quote
|
|
;; (("pt" "Private templates")
|
|
;; ("ptt" "TODO entry" entry
|
|
;; (file+headline "~/Nextcloud/Notes/Org/org-roam/20240315100949-mylife_org.org" "Capture")
|
|
;; (file "~/Nextcloud/Notes/Org/tpl-todo.txt"))
|
|
;; ("ptj" "Journal entry" entry (file+olp+datetree
|
|
;; "~/org/journal.org") "* %U - %^{Activity}")
|
|
;; ("ptb" "Add book to read" entry (file+headline "~/Nextcloud/Notes/Org/org-roam/20240315100949-mylife_org.org"
|
|
;; "Books to read") (file "~Nextcloud/Notes/Org/org/tpl-book.txt")
|
|
;; :empty-lines-after 2)
|
|
;; ))))
|
|
|
|
(custom-set-faces
|
|
;; custom-set-faces was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
)
|