From c5eac20b30a95af01941a1c97473ce97d7d48410 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 5 Jun 2025 20:20:13 +0200 Subject: [PATCH] Move buffers below bookmarks in custom shortcut function I usually access bookmarks more often than buffers with this function. --- init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 9122aa6..6d50801 100644 --- a/init.el +++ b/init.el @@ -2473,11 +2473,10 @@ eventuelly be set to nil, however)." db/frequently-used-features) :action '(("Open" . call-interactively))) - ;; Taken from `helm-buffers-list' - (helm-make-source "Buffers" 'helm-source-buffers) - helm-source-bookmarks + (helm-make-source "Buffers" 'helm-source-buffers) + ;; If no prefix arg is given, extract files from ;; `db/important-documents-path’ and list them as well (when (and (not arg)