From 03a8e4f800130b0ad7cea04f87bab7e18a38a3d3 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Fri, 5 Jun 2020 17:47:22 +0200 Subject: Require bookmark for bookmark-alist * helm-utils.el (helm-quit-and-find-file): Do it. --- helm-utils.el | 1 + 1 file changed, 1 insertion(+) (limited to 'helm-utils.el') diff --git a/helm-utils.el b/helm-utils.el index ce435975..9de5856d 100644 --- a/helm-utils.el +++ b/helm-utils.el @@ -543,6 +543,7 @@ from its directory." (with-helm-alive-p (require 'helm-grep) (require 'helm-elisp) + (require 'bookmark) ; For bookmark-alist (helm-run-after-exit (lambda (f) ;; Ensure specifics `helm-execute-action-at-once-if-one' -- cgit v1.2.3