Skip to content

Commit

Permalink
Use the citar-org-cite-basic-activate activate processor by default
Browse files Browse the repository at this point in the history
Previously, `citar-org-activation-functions` used the built-in
`org-cite-basic-activate` processor. Now, we use `citar-org-cite-basic-activate`
by default instead.
  • Loading branch information
krisbalintona committed Oct 22, 2024
1 parent 64a60aa commit 3655e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citar-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If nil, use `org-cite-supported-styles'."
:type '(repeat :tag "org-cite export processor" symbol))

(defcustom citar-org-activation-functions
'(org-cite-basic-activate
'(citar-org-cite-basic-activate
citar-org-activate-keymap)
"List of activation functions for a citation.
Each function takes one argument, a citation."
Expand Down

0 comments on commit 3655e1d

Please sign in to comment.