diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index b2dfd2f..6bb05d9 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -423,7 +423,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (org-cite-insert-processor 'citar) (org-cite-follow-processor 'citar) (org-cite-activate-processor 'citar)) - (use-package bibtex :defer t @@ -513,8 +512,7 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (use-package oc-csl :after oc :custom - (org-cite-csl-styles-dir "~/Documents/Library/CSL/Styles") - (org-cite-csl-locales-dir "~/Documents/Library/CSL/Locales")) + (org-cite-csl-styles-dir "~/Documents/Library/Citations styles")) ;; Not working how i want (use-package org-capture |