Move buffers below bookmarks in custom shortcut function

I usually access bookmarks more often than buffers with this function.
This commit is contained in:
Daniel Borchmann 2025-06-05 20:20:13 +02:00
parent 84545e9db5
commit c5eac20b30
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -2473,11 +2473,10 @@ eventuelly be set to nil, however)."
db/frequently-used-features) db/frequently-used-features)
:action '(("Open" . call-interactively))) :action '(("Open" . call-interactively)))
;; Taken from `helm-buffers-list'
(helm-make-source "Buffers" 'helm-source-buffers)
helm-source-bookmarks helm-source-bookmarks
(helm-make-source "Buffers" 'helm-source-buffers)
;; If no prefix arg is given, extract files from ;; If no prefix arg is given, extract files from
;; `db/important-documents-path and list them as well ;; `db/important-documents-path and list them as well
(when (and (not arg) (when (and (not arg)