Fork me on GitHub
#spacemacs
<
2018-01-25
>
callum03:01:34

Are we supposed to get all of the snippets from yasnippet-snippets in spacemacs? I’m on the latest in master and am only seeing a very minimal amount of snippets getting loaded. e.g. yas-describe-tables in emacs-lisp-mode gives me:

Snippet table `emacs-lisp-mode'
----------------------------------------------------------------------------------------------------
group                   state name                                    key             binding
----------------------------------------------------------------------------------------------------
(top level)               (a) micro-state                             micro
                          (a) new-package                             newp

callum03:01:54

It seems like a change for this was recently pulled into the develop branch by way of https://github.com/syl20bnr/spacemacs/pull/10156

callum04:01:19

This seems to work if I pull in the develop branch, but doesn’t work if I simply add the snippet from the PR above. I guess I’m missing something…