Skip to content

Commit

Permalink
Merge pull request #14 from sroccaserra/master
Browse files Browse the repository at this point in the history
Fix evil-leader/leader type for defcustom.
  • Loading branch information
cofi committed Jul 10, 2013
2 parents c9283a5 + 1dbc150 commit 40fcd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-leader.el
Expand Up @@ -92,7 +92,7 @@
(defcustom evil-leader/leader "\\"
"The <leader> key, used to access keys defined by `evil-leader/set-key' in normal and visual state.
Must be readable by `read-kbd-macro'. For example: \",\"."
:type "string"
:type 'string
:group 'evil-leader)

(defcustom evil-leader/non-normal-prefix "C-"
Expand Down

0 comments on commit 40fcd48

Please sign in to comment.