Allow nested snippet expansions
This commit is contained in:
parent
df80b39ebd
commit
082dc80f97
1 changed files with 11 additions and 0 deletions
11
config.org
11
config.org
|
|
@ -2129,6 +2129,17 @@ pulses and color), so I'll override it.
|
||||||
'(evil-goggles-change-face :inherit evil-goggles-delete-face)))
|
'(evil-goggles-change-face :inherit evil-goggles-delete-face)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** YASnippet
|
||||||
|
|
||||||
|
#+call: confpkg()
|
||||||
|
|
||||||
|
Allow nested snippets:
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(after! yasnippet
|
||||||
|
(setq yas-triggers-in-field t))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Applications
|
* Applications
|
||||||
|
|
||||||
** Calculator
|
** Calculator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue