From 744d86dd0be3473c17490ecfb789489c33e8c1c2 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 29 Dec 2024 19:45:57 -0500 Subject: reformatting --- bard-emacs-modules/bard-emacs-writing.el | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'bard-emacs-modules/bard-emacs-writing.el') diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index 8ad8526..3d65f71 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -201,16 +201,4 @@ :config (pdf-tools-install)) -(use-package citar - :ensure t - :config - (setq citar-bibliography '("~/Notes/denote/bib/references.bib")) - (setq org-cite-global-bibliography '("~/Notes/denote/bib/references.bib")) - (setq org-cite-insert-processor 'citar) - (setq org-cite-follow-processor 'citar) - (setq org-cite-activate-processor 'citar) - (setq citar-bibliography org-cite-global-bibliography) - :bind - (:map org-mode-map ("C-c b" . #'citar-insert-citation))) - (provide 'bard-emacs-writing) -- cgit v1.2.3