add installation guide in readme
Hi, i really want to use this react snippets... it will be useful to have an installation guide section in readme.
the package can be installed from melpa, but after installed how to use it?
After you've successfully installed latest versions of yasnippet and js-react-redux-yasnippets the snippets should be available in all modes derived from js-mode AFAIR the command is yas-expand and it should be bound to the [Tab] key.
@ivanchoff @sooqua
I found out that, if not do some extra config, js-react-redux-yasnippets will not register its snippets dir to yas-snippet-dirs automatically.
(use-package js-react-redux-yasnippets
:after yasnippet ;; will not work if not adding this line
)
After adding :after yasnippet as above, js-react-redux-yasnippets works.
If you don't load the package (for example, with use-package as above), the helpers like js-react-redux-yasnippets-semicolon won't be known and will trigger errors when snippets are expanded.
install Instructions in readme? Does anyone know how to get this working in DoomEmacs?