From c50d12fadde50b7f26da3808325e69451d205fc6 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 15 Oct 2019 16:50:38 +0200 Subject: [PATCH] =?UTF-8?q?[Misc]=20Reorder=20entries=20in=20=E2=80=98db/h?= =?UTF-8?q?elm-shortcuts=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 9db25ba..eda499b 100644 --- a/init.el +++ b/init.el @@ -648,9 +648,6 @@ With given ARG, display files in `db/important-document-path’." :action '(("Open" . funcall)) :filtered-candidate-transformer #'helm-adaptive-sort) - helm-source-bookmarks - helm-source-bookmark-set - ;; if prefix arg is given, extrac files from ;; `db/important-documents-path’ and list them as well (when (and (= arg 4) @@ -665,7 +662,10 @@ With given ARG, display files in `db/important-document-path’." file)) (directory-files-recursively search-path "")) :action '(("Open externally" . db/system-open) - ("Find file" . find-file)))))))) + ("Find file" . find-file))))) + + helm-source-bookmarks + helm-source-bookmark-set))) ;; * Org