We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de49e2 commit d8f2602Copy full SHA for d8f2602
helm-command.el
@@ -59,7 +59,7 @@ This value can be toggled with
59
"When nil, do not sort helm-M-x's commands history."
60
:type 'boolean)
61
62
-(defcustom helm-M-x-exclude-unusable-commands-in-mode nil
+(defcustom helm-M-x-exclude-unusable-commands-in-mode t
63
"When non nil exclude commands not usable in current buffer.
64
This will exclude only commands defined with `interactive' MODES argument, for
65
other commands, they will be displayed even if unusable as long as they satisfies
0 commit comments