branch: elpa/helm
commit 73a69a31c415c3779c61e1e37265e8f44a7ac830
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Revert "Prevent setting up completion-styles-alist when helm-mode"
This reverts commit 5719960318f4fcdb264e70db23fc065439987af1.
---
helm-core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-core.el b/helm-core.el
index cb5c16b288d..ec3041759ea 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -39,7 +39,7 @@
(add-hook 'emacs-lisp-mode-hook #'helm-acase-extra-fontifications)
;; Setup completion styles for helm-mode
-(when (featurep 'helm-mode) (helm--setup-completion-styles-alist))
+(helm--setup-completion-styles-alist)
(declare-function helm-comp-read "helm-mode.el")
(declare-function custom-unlispify-tag-name "cus-edit.el")