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";
|
||||
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 = {
|
||||
path = "${homeDirectory}/.elfeed";
|
||||
uri = "git+https://git.xenia.me.uk/xenia/elfeed.git";
|
||||
|
|
|
@ -55,6 +55,14 @@
|
|||
: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)
|
||||
khalel-import-org-file-read-only nil
|
||||
khalel-import-org-file-confirm-overwrite nil
|
||||
|
|
|
@ -44,11 +44,14 @@
|
|||
emms
|
||||
|
||||
# org-packages
|
||||
denote
|
||||
org-roam
|
||||
org-appear
|
||||
org-cliplink
|
||||
org-journal
|
||||
org-modern
|
||||
citar
|
||||
citar-embark
|
||||
citar-org-roam
|
||||
khalel
|
||||
|
||||
# project-packages
|
||||
|
|
Loading…
Reference in a new issue