Helm: Really fix the ff-cache-mode disabling.

master
Pierre Neidhardt 2021-02-26 10:00:54 +01:00
parent a112e1ac13
commit 126cb0e108
1 changed files with 2 additions and 1 deletions

View File

@ -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.