doomemacs/modules
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
..
app Fix stringp error caused by app/write's doctor 2018-08-25 20:58:42 +02:00
collab Add :collab floobits #615 2018-05-26 21:20:30 +02:00
completion completion/helm: fix undefined helm/grep* 2018-08-28 19:35:56 +02:00
config ui/treemacs: fix SPC o P (treemacs-find-file) 2018-08-29 02:16:06 +02:00
editor editor/format: refactor +format-buffer & users 2018-08-30 15:00:33 +02:00
emacs Move hideshow config from ui/doom->emacs/hideshow 2018-08-03 18:20:27 +02:00
feature Fix stringp error when inserting new snippets #852 2018-08-30 17:40:33 +02:00
lang Enable +javascript-npm-mode in rjsx-mode too 2018-08-29 17:17:01 +02:00
tools General & minor refactoring 2018-08-28 13:36:44 +02:00
ui Fix void-function treemacs-current-visibility error 2018-08-30 13:11:18 +02:00