yasnippet-snippets icon indicating copy to clipboard operation
yasnippet-snippets copied to clipboard

a collection of yasnippet snippets for many languages

Results 51 yasnippet-snippets issues
Sort by recently updated
recently updated
newest added
trafficstars

both the `elisp` and `emacs-lisp` snippets have the following content. ``` #+begin_src emacs-lisp :tangle yes $0 #+end_src ``` i personally don't like to manually delete the tangle option (it's mostly...

@AndreaCrotti This is the first breakdown of multiple commits I have made when the previous pull request was active. This PR contains bunch of terraform snippets

## Observed behaviour ## For me, using the `cob` (`commentblock`, from the prog-mode section) snippet in elisp mode produces this result: ``` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Some comment ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ``` ##...

Record in a PR template what are the sort of useful information that should be added to every PR.

enhancement

See https://github.com/cdominik/cdlatex/blob/master/cdlatex.el#L1375

Before this change, trying to use the `org-mode/src` snippet with `org-src-tab-acts-natively` set to `t` would insert the snippet, print an error message in the echo area: "No such language mode:...

Writing LaTeX with `(setq yas-triggers-in-field t)`, which allows expanding snippet inside snippet, is very convenient. However, there are some one-letter key snippets in this repo that expand unexpectedly when I...

A few tweaks to the Python snippet fn for handling of args to generating docstrings, e.g. the `function_docstring` (key `fd`) snippet. Before this it was upset by newlines in arg...

seen

Hi, In Debian we have a policy about regenerating everything during package build time. I'm about half-way through learning how to use lein+maven (for network detached builds). Since the uberjar...

seen

I found that some snippets inside js-mode have dependency on functions of js2-mode, which causes errors reported if I do not have js2-mode installed. For example, the 'param-comment' snippet is...