~abcdw/rde

2107a570c47da02341e8387a4f06f73844afee38 — Andrew Tropin 2 months ago a8396e3
rde: emacs-citar: Fix aux modes loading condition
1 files changed, 5 insertions(+), 2 deletions(-)

M src/rde/features/emacs-xyz.scm
M src/rde/features/emacs-xyz.scm => src/rde/features/emacs-xyz.scm +5 -2
@@ 4591,12 4591,15 @@ marginalia annotations."

        (autoload 'citar-embark-mode "citar-embark")
        ,@(if (get-value 'emacs-embark config)
              `((with-eval-after-load 'embark (citar-embark-mode 1)))
              `((with-eval-after-load 'citar (citar-embark-mode 1)))
              '())

        (autoload 'citar-org-roam-mode "citar-org-roam")
        ,@(if (get-value 'emacs-org-roam config)
              `((with-eval-after-load 'org-roam (citar-org-roam-mode 1)))
              `((with-eval-after-load 'citar
                  (setq citar-org-roam-note-title-template
                        "${title} :: ${author editor}")
                  (citar-org-roam-mode 1)))
              '())

        (defun rde-find-main-bibliography ()