diff --git a/modes/outline/evil-collection-outline.el b/modes/outline/evil-collection-outline.el index 4829c70..d06bac3 100644 --- a/modes/outline/evil-collection-outline.el +++ b/modes/outline/evil-collection-outline.el @@ -30,12 +30,12 @@ (require 'evil-collection) (require 'outline) -(defcustom evil-collection-outline-bind-tab-p t +(defcustom evil-collection-outline-bind-tab-p nil "Enable -based bindings in Outline mode. Unless you have Evil bindings set up for Org mode, Org will -inherit the -based bindings from Outline. Set this option -to nil if you want to preserve the Emacs-state keys in Org +preserve the Emacs-state keys in Org mode. Set this option +to t if you want to inherit the -based bindings from Outline mode." :group 'evil-collection-outline :type 'boolean) diff --git a/readme.org b/readme.org index e41d3f4..62db352 100644 --- a/readme.org +++ b/readme.org @@ -95,7 +95,7 @@ more. | Variable | Default | Description | |--------------------------------------------+---------+-------------------------------------------------------------------| | evil-collection-company-use-tng | t | Set up autocompletion to be similar to Vim's YouCompleteMe. | - | evil-collection-outline-bind-tab-p | t | Enable -based bindings in Outline mode. | + | evil-collection-outline-bind-tab-p | nil | Enable -based bindings in Outline mode. | | evil-collection-term-sync-state-and-mode-p | t | Synchronize insert/normal state with char/line-mode in term-mode. | | evil-collection-setup-minibuffer | nil | Set up Vim style bindings in the minibuffer. | | evil-collection-setup-debugger-keys | t | Set up debugger keys for certain modes. |