Add citar and some initial config
Setup references directory to keep bibliographies and reference PDFs, sync with git-sync
This commit is contained in:
parent
6ccf8f9ca6
commit
cca03702c5
|
@ -15,6 +15,10 @@
|
||||||
path = "${homeDirectory}/Org";
|
path = "${homeDirectory}/Org";
|
||||||
uri = "git+https://git.xenia.me.uk/xenia/Org.git";
|
uri = "git+https://git.xenia.me.uk/xenia/Org.git";
|
||||||
};
|
};
|
||||||
|
references = {
|
||||||
|
path = "${homeDirectory}/.references";
|
||||||
|
uri = "git+https://git.xenia.me.uk/xenia/references.git";
|
||||||
|
};
|
||||||
elfeed = {
|
elfeed = {
|
||||||
path = "${homeDirectory}/.elfeed";
|
path = "${homeDirectory}/.elfeed";
|
||||||
uri = "git+https://git.xenia.me.uk/xenia/elfeed.git";
|
uri = "git+https://git.xenia.me.uk/xenia/elfeed.git";
|
||||||
|
|
|
@ -55,6 +55,14 @@
|
||||||
:empty-lines 1)
|
:empty-lines 1)
|
||||||
))
|
))
|
||||||
|
|
||||||
|
(setq citar-bibliography '("~/.references/main.bib")
|
||||||
|
citar-library-paths '("~/.references/library")
|
||||||
|
citar-notes-paths '("~/.references/notes")
|
||||||
|
citar-symbols '((file "F" . "")
|
||||||
|
(note "N" . "")
|
||||||
|
(link "L" . "")))
|
||||||
|
(require 'citar nil :noerror)
|
||||||
|
|
||||||
(setq khalel-import-org-file (expand-file-name "calendar.org" org-directory)
|
(setq khalel-import-org-file (expand-file-name "calendar.org" org-directory)
|
||||||
khalel-import-org-file-read-only nil
|
khalel-import-org-file-read-only nil
|
||||||
khalel-import-org-file-confirm-overwrite nil
|
khalel-import-org-file-confirm-overwrite nil
|
||||||
|
|
|
@ -44,11 +44,14 @@
|
||||||
emms
|
emms
|
||||||
|
|
||||||
# org-packages
|
# org-packages
|
||||||
denote
|
org-roam
|
||||||
org-appear
|
org-appear
|
||||||
org-cliplink
|
org-cliplink
|
||||||
org-journal
|
org-journal
|
||||||
org-modern
|
org-modern
|
||||||
|
citar
|
||||||
|
citar-embark
|
||||||
|
citar-org-roam
|
||||||
khalel
|
khalel
|
||||||
|
|
||||||
# project-packages
|
# project-packages
|
||||||
|
|
Loading…
Reference in a new issue