Helm: Remove helm-ff-cache-mode hooks.

master
Pierre Neidhardt 2021-02-05 09:40:12 +01:00
parent d14782e5d7
commit 012b7b33c9
1 changed files with 6 additions and 0 deletions

View File

@ -79,6 +79,12 @@
helm-window-show-buffers-function 'helm-window-mosaic-fn
helm-window-prefer-horizontal-split t)
(unless helm-ff-keep-cached-candidates
;; For removing hook from `post-command-hook' since
;; `helm-ff-keep-cached-candidates' does not seem to do it.
;; Upstream bug?
(helm-ff-cache-mode-remove-hooks))
(defun ambrevar/helm-split-window-combined-fn (window)
"Helm window splitting that combined most standard features.