From: John Kitchin Date: Thu, 18 Dec 2014 19:36:55 +0000 (-0500) Subject: move quit option to end X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=b7734ac8c13e5ea2d8d6c2df59def28a07dc401e;hp=359d450e1a5d0748c9d19e92eea7cc35337b92a2 move quit option to end --- 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