From 126cb0e108fc891a76a978e2ce864f51ff18af7f Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 26 Feb 2021 10:00:54 +0100 Subject: [PATCH] Helm: Really fix the ff-cache-mode disabling. --- .emacs.d/lisp/init-helm.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/lisp/init-helm.el b/.emacs.d/lisp/init-helm.el index d99a1c2a..dc66aed6 100644 --- a/.emacs.d/lisp/init-helm.el +++ b/.emacs.d/lisp/init-helm.el @@ -80,7 +80,8 @@ ; Helm cache tends to run out-of-sync to frequently when set to 'all. (helm-ff-cache-mode-remove-hooks) ; Just setting `helm-ff-keep-cached-candidates' to nil does not seem to remove the hook. Upstream bug? -(setq helm-ff-keep-cached-candidates nil) +(setq helm-ff-keep-cached-candidates nil + helm-ff-cache-mode nil) (defun ambrevar/helm-split-window-combined-fn (window) "Helm window splitting that combined most standard features.