diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-03 13:26:52 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-03 22:33:52 -0500 |
commit | 2e9b7a207d4636dcaa31c81c5987893837219dbb (patch) | |
tree | dad558f3eb89e49681060fd1f4f38bab0abe7b9d /ChangeLog | |
parent | 6cf7b5e2adcd48b804a108931de46a791d56cb87 (diff) | |
download | guix-2e9b7a207d4636dcaa31c81c5987893837219dbb.tar guix-2e9b7a207d4636dcaa31c81c5987893837219dbb.tar.gz |
gnu: emacs-yasnippet-snippets: Resolve void function error.
Attempting to use the python-mode snippets shipped with this package would
result in a '(void-function yasnippet-snippets--fixed-indent)' error being
raised (failing the initialization of other packages such as Elpy). The
following change fixes this by not only installing the snippets but also the
accompanying Elisp library that allows automatic discovery of the snippets.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets)[build-system]: Switch
to emacs-build-system.
[arguments]: Remove the #:module and #:builder arguments. Add the #:include
argument.
[description]: Adjust to reflect that it is no longer necessary to manually
add the snippets to the yas-snippet-dirs variable.
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions