From 3e63bb126b053a558ba0ec9684de496c92d53163 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 7 Aug 2025 16:26:35 +0200 Subject: [PATCH] Do not show buffers in custom menu I think I usually do not use this list anymore. --- init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.el b/init.el index 968f340..b676d8b 100644 --- a/init.el +++ b/init.el @@ -2511,8 +2511,6 @@ eventuelly be set to nil, however)." 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)