branch: elpa/helm
commit d8f260235bad16a496c0f54cb22edd24c75944c3
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Change default value of helm-M-x-exclude-unusable-commands-in-mode
    
    It is now enabled by default.
---
 helm-command.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-command.el b/helm-command.el
index 4def7f198f..ae276a13b5 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -59,7 +59,7 @@ This value can be toggled with
   "When nil, do not sort helm-M-x's commands history."
   :type 'boolean)
 
-(defcustom helm-M-x-exclude-unusable-commands-in-mode nil
+(defcustom helm-M-x-exclude-unusable-commands-in-mode t
   "When non nil exclude commands not usable in current buffer.
 This will exclude only commands defined with `interactive' MODES argument, for
 other commands, they will be displayed even if unusable as long as they 
satisfies

Reply via email to