From fc9a933f0bb63fbc8e5d295cdf7f5e98e90981e2 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 9 Jan 2025 11:07:51 +0100 Subject: [PATCH] * counsel.el (counsel-fzf-dir-function): #'-quote. --- counsel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index 7cf68c12..a9f85746 100644 --- a/counsel.el +++ b/counsel.el @@ -2754,7 +2754,7 @@ INITIAL-INPUT can be given as the initial minibuffer input." (defvar counsel--fzf-dir nil "Store the base fzf directory.") -(defvar counsel-fzf-dir-function 'counsel-fzf-dir-function-projectile +(defvar counsel-fzf-dir-function #'counsel-fzf-dir-function-projectile "Function that returns a directory for fzf to use.") (defun counsel-fzf-dir-function-projectile ()