[Misc] Reorder entries in ‘db/helm-shortcuts’

This commit is contained in:
Daniel - 2019-10-15 16:50:38 +02:00
parent 2f3844856b
commit c50d12fadd
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 4 deletions

View File

@ -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