Skip to content

Commit

Permalink
message instead of warn on failed auto-evilify
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB authored and syl20bnr committed Apr 1, 2017
1 parent 97ee85e commit fb6d592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Each pair KEYn FUNCTIONn is defined in MAP after the evilification of it."
(evilified-state--find-new-event event) nil
processed pending-funcs)))
(when pending-funcs
(spacemacs-buffer/warning
(message
(concat (format (concat "Auto-evilication could not remap these "
"functions in map `%s':\n")
map-symbol)
Expand Down

0 comments on commit fb6d592

Please sign in to comment.