From bbe9ac6ad57ee8225f1310af620d6fea8ed1d919 Mon Sep 17 00:00:00 2001 From: fpi Date: Tue, 14 Jul 2020 11:18:52 +0200 Subject: Fix biblio mode map key binding --- emacs-init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index 1ca6195..fc57fa7 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3474,7 +3474,9 @@ Here's a function to easily copy a doi from the results of =crossref-lookup=. (let ((doi (alist-get 'doi (cdr (biblio--selection-metadata-at-point))))) (kill-new doi) (message "Copied doi %s" doi))) -(define-key biblio-selection-mode-map "d" #'fpi/biblio-get-doi) +(use-package biblio + :bind (:map biblio-selection-mode-map + ("d" . fpi/biblio-get-doi))) #+end_src *** Todo settings - WAITING tasks are waiting on the completion of other tasks -- cgit v1.2.3