chaning how citar is setup
This commit is contained in:
parent
32f458b1d4
commit
4ff923c71d
1 changed files with 4 additions and 3 deletions
|
@ -93,9 +93,10 @@
|
||||||
(setq lsp-completion-provider :none))
|
(setq lsp-completion-provider :none))
|
||||||
|
|
||||||
;; bibliography file location
|
;; bibliography file location
|
||||||
|
(after! citar
|
||||||
(setq! citar-bibliography '("/Users/emenel/Zotero/lib.bib"))
|
(setq! citar-bibliography '("/Users/emenel/Zotero/lib.bib"))
|
||||||
(setq! citar-notes-paths '("/Users/emenel/Library/Mobile Documents/iCloud~md~obsidian/Documents/Primary/Sources"))
|
(setq! citar-notes-paths '("/Users/emenel/Library/Mobile Documents/iCloud~md~obsidian/Documents/Primary/Sources"))
|
||||||
(setq! citar-file-note-extensions '("md"))
|
(setq! citar-file-note-extensions '("md")))
|
||||||
|
|
||||||
;; svelte support
|
;; svelte support
|
||||||
(add-to-list 'auto-mode-alist '("\\.svelte\\'" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.svelte\\'" . web-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue