doomemacs/modules/feature
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
..
debugger Fix regexp for realgud popup rule 2018-07-04 21:23:56 +02:00
eval Improve set-repl-handler!'s docstring 2018-08-15 21:19:59 +02:00
evil Ensure evil popup rules are defined later 2018-08-30 13:29:56 +02:00
file-templates Fix "Select a root directory" prompts 2018-08-20 12:43:26 +02:00
lookup feature/lookup: remove devdocs support (for now) 2018-08-28 20:52:27 +02:00
snippets Fix stringp error when inserting new snippets #852 2018-08-30 17:40:33 +02:00
spellcheck Don't override ispell-program-name 2018-08-11 01:59:37 +02:00
syntax-checker Change flycheck initialization strategy 2018-06-22 01:49:20 +02:00
workspaces Fix wrong-type-arg on project switch #836 2018-08-27 20:07:17 +02:00