Skip to content

Commit

Permalink
Reenable M-x with completion-styles and emacs helm-completion-style b…
Browse files Browse the repository at this point in the history
…y default

now bug with helm multi match completion-style is fixed.
  • Loading branch information
thierryvolpiatto committed Apr 18, 2021
1 parent 7f2b302 commit 145b7b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions helm-command.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@
:group 'helm-command
:type 'boolean)

(defcustom helm-M-x-use-completion-styles nil
"Use `completion-styles' and dynamic completion when non nil.
It is disable by default as it is a regression starting from Emacs-27."
(defcustom helm-M-x-use-completion-styles t
"Use `completion-styles' and dynamic completion when non nil."
:group 'helm-command
:type 'boolean)

Expand Down
2 changes: 1 addition & 1 deletion helm-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Second call deletes backward char in current-buffer and quits helm completion,
letting the user start a new completion with a new prefix."
'(helm-mode-delete-char-backward-1 helm-mode-delete-char-backward-2) 1)

(defcustom helm-completion-style 'helm
(defcustom helm-completion-style 'emacs
"Style of completion to use in `completion-in-region'.
This affects only `completion-at-point' and friends, and
Expand Down

0 comments on commit 145b7b7

Please sign in to comment.