Skip to content

Commit d8f2602

Browse files
Change default value of helm-M-x-exclude-unusable-commands-in-mode
It is now enabled by default.
1 parent 0de49e2 commit d8f2602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-command.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This value can be toggled with
5959
"When nil, do not sort helm-M-x's commands history."
6060
:type 'boolean)
6161

62-
(defcustom helm-M-x-exclude-unusable-commands-in-mode nil
62+
(defcustom helm-M-x-exclude-unusable-commands-in-mode t
6363
"When non nil exclude commands not usable in current buffer.
6464
This will exclude only commands defined with `interactive' MODES argument, for
6565
other commands, they will be displayed even if unusable as long as they satisfies

0 commit comments

Comments
 (0)