refactor(crumb): ~/etc
This commit is contained in:
@@ -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"))
|
||||
(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.
|
||||
(org-insert-heading-respect-content t)
|
||||
;; Hide markup syntax and leave the markup.
|
||||
|
||||
@@ -33,6 +33,7 @@ in lib.mkMerge [
|
||||
"Videos"
|
||||
"src" # My projects.
|
||||
"scratch" # My playgrounds.
|
||||
"etc" # Miscellaneous belongings.
|
||||
"git" # Other peoples' projects.
|
||||
# Should "org" be declared in emacs.nix? I don't think so. I
|
||||
# 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.
|
||||
".ssh"
|
||||
];
|
||||
files = [
|
||||
"liography.bib"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user