Appease byte-compiler senpai

Please notice me
This commit is contained in:
Henrik Lissner
2019-01-08 20:54:03 -05:00
parent fbb0297eb1
commit 069c196330
3 changed files with 3 additions and 3 deletions

View File

@ -206,7 +206,7 @@ For example, :nvi will map to (list 'normal 'visual 'insert). See
(:map evil-outer-text-objects-map ,key ,outer))
doom--map-forms)))
(_
(condition-case e
(condition-case _
(doom--map-def (pop rest) (pop rest) (doom--keyword-to-states key) desc)
(error
(error "Not a valid `map!' property: %s" key)))