Skip to content

Commit

Permalink
Move fallback locale and style to the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
andras-simonyi committed Jun 10, 2020
1 parent 42992c6 commit a35655c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(package-file "citeproc-org.el")

(files "*.el" "styles" "locales" )
(files "*.el" "chicago-author-date.csl" "locales-en-US.xml")

(development
(depends-on "org-plus-contrib"))
File renamed without changes.
6 changes: 3 additions & 3 deletions citeproc-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ Its value is either nil or a list of the form
"The dir from which this file was loaded.")

(defconst citeproc-org--fallback-style-file
(f-join citeproc-org--load-dir "styles" "chicago-author-date.csl")
(f-join citeproc-org--load-dir "chicago-author-date.csl")
"Default CSL style file.")

(defconst citeproc-org--fallback-locales-dir
(f-join citeproc-org--load-dir "locales")
"Directory of CSL locale files.")
citeproc-org--load-dir
"Fallback CSL locale files directory.")

(defconst citeproc-org--label-alist
'(("bk." . "book")
Expand Down
File renamed without changes.

0 comments on commit a35655c

Please sign in to comment.