-
I ported the Asciidoctor snippets from the Atom (editor) autocomplete package to YASnippet.
My repo: https://github.com/nicorikken/adoc-mode-yasnippet
A request to get this into the yasnippet-snippe…
-
When i load the yasnippet, emacs warns "byte-code: Recursive load".
After some investigation, it seems to fix the problem by removing
```
(require 'yasnippet-snippets)
```
from "yasnippet-snippe…
-
I've been scouring the issus and docs and I haven't been able to get tern ac to make suggestions based on other files. My javascript setup is this:
``` lisp
;; Javascript thingies
(add-hook 'js-mode-…
-
Hi @LukeHoersten, would you be interested in having your snippets included in the official yasnippet collection?
Which you can find here https://github.com/AndreaCrotti/yasnippet-snippets ?
-
```
What steps will reproduce the problem?
1. Go to http://github.com/RickMoynihan/yasnippet-org-mode
2. Click on any link (first one, for example: author)
What is the expected output?
Seeing the pag…
-
Hello everybody,
I just installed auto-complete-clang-async (https://github.com/Golevka/emacs-clang-complete-async) and Yasnippet for my Emacs.
The problem is that auto-complete doesn't work if I ru…
-
```elisp
In aya-create-one-line:
auto-yasnippet.el:420:9: Warning: reference to free variable ‘aya-marker-one-line’
In aya-expand-from-history:
auto-yasnippet.el:500:4: Warning: value returned f…
-
```
What steps will reproduce the problem?
1. Go to http://github.com/RickMoynihan/yasnippet-org-mode
2. Click on any link (first one, for example: author)
What is the expected output?
Seeing the pag…
-
I heavily rely on [Yasnippet](http://code.google.com/p/yasnippet/) for working with snippet completion and smart-tab conflicts and removed the Yasnippet tab functionality.
Still very much a novice wh…
-
Tempo mode (which adoc-mode uses internally for adoc templates) is quite old and has pretty much no documentation. It seems that Tempel is a nice modern alternative https://github.com/minad/tempel
…