doomemacs/modules/feature/snippets/autoload
Henrik Lissner 68e2b814e7
Fix stringp error when inserting new snippets #852
New snippets (created with yas-new-snippet) may not yet be associated
with a file when it is passed to the functions in yas-prompt-functions.
One of those functions, +snippets-prompt-private, prioritizes private
snippets over default ones, but determines which is which with
`file-in-directory-p`, which expects string arguments.

To fix this, we can safely assume that if a snippet has no associated
file, it is a private snippet.
2018-08-30 17:40:33 +02:00
..
evil.el feature/snippets: refactor +snippets/expand-on-region 2018-03-13 01:28:35 -04:00
settings.el Add FIXMEs to def-setting!'s 2018-06-24 17:13:23 +02:00
snippets.el Fix stringp error when inserting new snippets #852 2018-08-30 17:40:33 +02:00