aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-writing.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-12-29 19:45:57 -0500
committerBardofSprites <[email protected]>2024-12-29 19:45:57 -0500
commit744d86dd0be3473c17490ecfb789489c33e8c1c2 (patch)
treedd83f7e1083ad20b25dc3ec1d14635388e33e172 /bard-emacs-modules/bard-emacs-writing.el
parentf70c2bb4fa945b815599ae571a5f14c1bbc326de (diff)
reformatting
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)