From 9032a4c79ddd7d595b5db79344975e6eb60967c8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 16 Apr 2020 22:59:52 -0400 Subject: helm-swoop: Change helm-swoop-pre-input-function With an upgrade of helm (didn't note the version at the time, unfortunately), this triggered a type error. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index bd3c505..ab4677a 100644 --- a/init.el +++ b/init.el @@ -1338,7 +1338,7 @@ (use-package helm-swoop :init - (setq helm-swoop-pre-input-function (lambda () nil)) + (setq helm-swoop-pre-input-function (lambda () "")) (define-key search-map "k" #'helm-swoop)) -- cgit v1.2.3