refactor(crumb): ~/etc

This commit is contained in:
Madeleine Sydney
2025-04-22 01:22:03 -06:00
parent 2ebfe72413
commit 90502ec7d8
2 changed files with 2 additions and 4 deletions

View File

@@ -365,7 +365,7 @@ See https://lists.gnu.org/archive/html/emacs-orgmode/2019-07/msg00081.html."
(org-id-locations-file (file-name-concat syd-cache-dir (org-id-locations-file (file-name-concat syd-cache-dir
"org-id-locations")) "org-id-locations"))
(org-cite-global-bibliography (org-cite-global-bibliography
(list (expand-file-name "~/liography.bib"))) (list (expand-file-name "~/etc/liography.bib")))
;; New headings should be inserted /after/ the heading's contents. ;; New headings should be inserted /after/ the heading's contents.
(org-insert-heading-respect-content t) (org-insert-heading-respect-content t)
;; Hide markup syntax and leave the markup. ;; Hide markup syntax and leave the markup.

View File

@@ -33,6 +33,7 @@ in lib.mkMerge [
"Videos" "Videos"
"src" # My projects. "src" # My projects.
"scratch" # My playgrounds. "scratch" # My playgrounds.
"etc" # Miscellaneous belongings.
"git" # Other peoples' projects. "git" # Other peoples' projects.
# Should "org" be declared in emacs.nix? I don't think so. I # Should "org" be declared in emacs.nix? I don't think so. I
# conjecture that my org files are extremely valuable with or without # conjecture that my org files are extremely valuable with or without
@@ -42,9 +43,6 @@ in lib.mkMerge [
# under ~/.ssh, rather than the whole directory. # under ~/.ssh, rather than the whole directory.
".ssh" ".ssh"
]; ];
files = [
"liography.bib"
];
}; };
} }