summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2025-02-17 14:59:06 +0800
committernoa2025-02-17 14:59:06 +0800
commitdbaf3314c4d26dc85a1081806e003fc7cd479d37 (patch)
tree522f5c258dc3906d7b3c842e8f8a5f175211ac01 /emacs
parent83f906d590f805767b3526efc92b3ab405749dc7 (diff)
Update citation styles location
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
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