From 2e3c0d4a46d6b97687673485c243255015fe60bf Mon Sep 17 00:00:00 2001 From: Kashish Sharma Date: Mon, 8 May 2017 00:03:22 +0530 Subject: [PATCH] Add im/save-search-string stub --- ido-mini.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ido-mini.el b/ido-mini.el index a8fc202..3161663 100644 --- a/ido-mini.el +++ b/ido-mini.el @@ -166,6 +166,8 @@ new buffer using the search string as the name.") is any match for the search string, select it, else print [Confirm] and after another RET, create a buffer using the search string as the name.") +(defun im/save-search-string () + "Save search string from ido-completing-read into history.") ;; (ido-completing-read "Buffer:" ;; (append (->list (buffer-list)