asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

Fix "wrong type argument char-or-string-p" when no snippet is available #152

Closed jdelStrother closed 3 years ago

jdelStrother commented 3 years ago

Before this, whenever I created a file for which there wasn't a suitable snippet, I'd get "wrong type argument char-or-string-p" on calling (insert nil).

I'm surprised that other people don't seem to have this error crop up all the time, so let me know if you think there's something weird going on with my setup...

jdelStrother commented 3 years ago

Am I the only one that gets this error?