From f4ec90cf81f6e8c7854a60520da203ef3f704ee7 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Thu, 6 Oct 2011 14:00:35 +0200 Subject: [PATCH] * anything-config.el (anything-mini): Add anything-c-source-buffer-not-found as suggested by Le Wang. --- anything-config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anything-config.el b/anything-config.el index ee40fd0..4657fe8 100644 --- a/anything-config.el +++ b/anything-config.el @@ -1991,7 +1991,9 @@ See Man locate for more infos. (defun anything-mini () "Preconfigured `anything' lightweight version \(buffer -> recentf\)." (interactive) - (anything-other-buffer '(anything-c-source-buffers-list anything-c-source-recentf) + (anything-other-buffer '(anything-c-source-buffers-list + anything-c-source-recentf + anything-c-source-buffer-not-found) "*anything mini*")) ;;;###autoload (defun anything-for-files () -- 2.11.4.GIT