From b7734ac8c13e5ea2d8d6c2df59def28a07dc401e Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Thu, 18 Dec 2014 14:36:55 -0500 Subject: [PATCH] move quit option to end --- org-ref.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/org-ref.org b/org-ref.org index 2047859..28ea7d8 100644 --- a/org-ref.org +++ b/org-ref.org @@ -1539,15 +1539,16 @@ Provides a menu of context sensitive actions. If the bibtex entry has a pdf, you 'org-ref-cite-menu-funcs '("P" "ubmed" org-ref-pubmed-at-point) t)) - (add-to-list - 'org-ref-cite-menu-funcs - '("q" "uit" (lambda ())) t) - ;; add user functions (dolist (tup org-ref-user-cite-menu-funcs) (add-to-list 'org-ref-cite-menu-funcs tup t)) + + ;; finally quit + (add-to-list + 'org-ref-cite-menu-funcs + '("q" "uit" (lambda ())) t) ;; now we make a menu ;; construct menu string as a message -- 2.39.2