From ea7f64a0bcfab0db4c7c33dd94f5cc0ae2741c4f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 8 Dec 2013 21:18:50 -0500 Subject: Change key for python shebang snippet Key used to be '#!', but on update giving error: [yas] elisp error! Symbol's function definition is void: ca-all-asscs This is coming from the text-mode/bang snippet with the key "!". `ca-all-asscs' is defined in Andrea Crotti's snippet repo: https://github.com/AndreaCrotti/Emacs-configuration/blob/01ac040840ceba0a909317046e8a83867aea1022/modules/ca-utils.el#466-473 Changing key for python snippet to 'sb' to avoid conflict. --- snippets/python-mode/shebang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets') diff --git a/snippets/python-mode/shebang b/snippets/python-mode/shebang index 26da506..1506808 100644 --- a/snippets/python-mode/shebang +++ b/snippets/python-mode/shebang @@ -1,5 +1,5 @@ # name: python shebang -# key: #! +# key: sb # -- #!/usr/bin/env python${1:3} $0 -- cgit v1.2.3