doomemacs/modules/feature/snippets
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
..
autoload Fix stringp error when inserting new snippets #852 2018-08-30 17:40:33 +02:00
config.el Prioritize private snippets over built-in ones 2018-08-11 16:48:31 +02:00
packages.el Revert macros to ...! name convention (elisp doesn't like @...) 2017-02-23 00:06:12 -05:00
README.org Update & reformat module readmes for v2.0.9 2018-01-01 13:21:53 -05:00

:feature snippets

This module adds snippets to Emacs, powered by yasnippet.

Table of Contents   TOC

Install

There are no extra dependencies for this module.

By default, private/default installs a snippet library tailored exclusively for Doom Emacs.