update packages

This commit is contained in:
2021-01-08 19:32:30 +01:00
parent ce8f24d28a
commit f5649dceab
467 changed files with 26642 additions and 22487 deletions

View File

@@ -232,7 +232,7 @@ This uses a citeproc library."
(defun or-ivy-bibtex-copy-formatted-citation (entry)
"Copy formatted citation to clipboard for ENTRY."
(kill-new (org-ref-format-entry entry)))
(kill-new (org-ref-format-entry (cdr (assoc "=key=" entry)))))
(defun or-ivy-bibtex-add-entry (_)
@@ -462,11 +462,10 @@ Use a prefix arg to select the ref type."
(t
(insert
(or (when (looking-at "$") " ") "")
(concat org-ref-default-ref-type
(concat (org-ref-infer-ref-type label)
":"
label))))))
(require 'hydra)
(setq hydra-is-helpful t)