diff options
| author | Somelauw <Somelauw> | 2017-08-08 14:29:27 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-08-08 14:29:27 +0200 |
| commit | 85e31c8452c9c8adb2c01249dfe3e1808476babe (patch) | |
| tree | 5b9bfdf5a0428adc164a7fdb5de36efe6b086526 /evil-org.el | |
| parent | 1725325eae0e3bf3609cb1a86effaa790afcc5de (diff) | |
Add type boolean to evil-org-use-additional-insert
Diffstat (limited to 'evil-org.el')
| -rw-r--r-- | evil-org.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/evil-org.el b/evil-org.el index 6e32d6d..5cf06ea 100644 --- a/evil-org.el +++ b/evil-org.el @@ -55,15 +55,15 @@ (left . "h") (right . "l")) "AList of normal keys to use for arrows. - - This can be used by non-qwerty users who don't use hjkl." +This can be used by non-qwerty users who don't use hjkl." :group 'evil-org :type '(alist :key-type symbol :value-type string) :options '(up down left right)) (defcustom evil-org-use-additional-insert nil "Whether additional keybindings should also be available in insert mode." - :group 'evil-org) + :group 'evil-org + :type 'boolean) (defcustom evil-org-key-theme (if (bound-and-true-p evil-disable-insert-state-bindings) |
