branch: elpa/helm commit e395bc118c22193bf26737c199a0e9e7ef834dbd Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Ensure helm-mode faces and vars are loaded (#2695) in case helm-mode was not already enabled. --- helm-elisp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-elisp.el b/helm-elisp.el index 688f7ebcb5..36d3765514 100644 --- a/helm-elisp.el +++ b/helm-elisp.el @@ -883,6 +883,7 @@ new libraries are found, however when a library update its headers and the description change you can reset the caches with a prefix arg." (interactive "P") + (require 'helm-mode) (let (done) (when arg (setq helm--locate-library-cache nil)