aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-writing.el
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules/bard-emacs-writing.el')
-rw-r--r--bard-emacs-modules/bard-emacs-writing.el12
1 files changed, 0 insertions, 12 deletions
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)