AndreaCrotti / yasnippet-snippets

a collection of yasnippet snippets for many languages
GNU General Public License v3.0
1.15k stars 461 forks source link

Fixes try-src-prefix definition is void #457

Closed jaybarra closed 1 year ago

jaybarra commented 1 year ago

Fixes Clojure ns snippet.

Original behavior yields

(ns Symbol’s function definition is void: try-src-prefix)

Found and fixed in: GNU Emacs 28.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2022-09-12

AndreaCrotti commented 1 year ago

Nice thanks