Skip to content
Dasein1998 edited this page Jun 30, 2024 · 38 revisions

Changing the actions citar displays for a key

To control which actions are offered by the citar UI, you need to customize the citar-open-resources variable, whose default value is (:files :links :notes :create-notes).

For example, if you don't want links to be shown, add the following to your configuration:

(setq citar-open-resources '(:files :notes :create-notes))
Clone this wiki locally