Commit Graph

9 Commits

Author SHA1 Message Date
Andrea Crotti 2cc5f35cd4
Merge pull request #341 from equwal/delete-trailing-whitespace
Delete obviously erroneous (and often annoying) trailing whitespace.
2019-11-17 17:30:47 +00:00
Spenser Truex 695a7db1ed Delete obviously erroneous (and often annoying) trailing whitespace. 2019-11-14 14:10:31 -08:00
Pavel Kulyov 56e766f59c
Fix aref snippet 2019-09-05 16:55:50 +03:00
Andrea Crotti a4fa2e3596
add all the missing modes 2019-03-09 18:35:58 +00:00
Andrea Crotti af322fb6d2
improve syntax to make parsing easier 2019-03-09 09:42:25 +00:00
Noam Postavsky b42c2b670b Remove paren-wrapping snippets from emacs-lisp-mode (#248)
There are several snippets whose expansion is nothing more than

    (KEY $0)

where KEY is the snippet's #key field.  These snippets do nothing but
save you typing in the parentheses.  Using a package like paredit, or
smartparens would be more suited to this.  There are currently a lot
of snippets in emacs-lisp-mode, which makes browsing through the list
more difficult, so these least useful ones should be removed.
2018-01-22 13:21:12 +00:00
kchenphy f76efc2054 Add snippet for elisp package (#239)
* Add snippet for elisp package

* Update snippets

* Combine lexical-binding line with package declaration line.

(to prevent checkdoc from triggering)

* Provide sensible default for license.
2018-01-12 13:16:35 +00:00
Patrick Nuckolls e28a7391ef Update template (#235)
Moved spaces that were part of the default values out of them as they are always going to be left in, and moved the quotes outside of the docstring default as they will usually be there.
2017-10-30 13:11:25 +00:00
Andrea Crotti 0253a7eb57 move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00