summaryrefslogtreecommitdiff
path: root/helm-command.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-28 19:27:25 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-28 19:27:25 +0100
commit348840d7804e76ddc61f93b2d7ae514c93510339 (patch)
tree06c06b3b475a6199e8efcdaa0e53750abfa4a990 /helm-command.el
parenta32ab47a0818d86644a630ec7dbaf0a2e16debfd (diff)
Make helm-M-x-use-completion-styles default to t
* helm-command.el (helm-M-x-use-completion-styles): Do it.
Diffstat (limited to 'helm-command.el')
-rw-r--r--helm-command.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-command.el b/helm-command.el
index 9e2c3d79..1212e140 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -51,7 +51,7 @@ This have no effect when `helm-M-x-use-completion-styles' is non nil"
:group 'helm-command
:type 'boolean)
-(defcustom helm-M-x-use-completion-styles nil
+(defcustom helm-M-x-use-completion-styles t
"Use `completion-styles' in helm-M-x."
:group 'helm-command
:type 'boolean)