From f19dd70ece015509d52d0e9a7c113ccccad96e0e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 15 Dec 2009 11:31:46 +0100 Subject: added winring with ecb-compatibility, more delphi-mode improvments --- emacs.d/snippets/delphi-mode/func-prototype.yasnippet | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs.d/snippets/delphi-mode/func-prototype.yasnippet') diff --git a/emacs.d/snippets/delphi-mode/func-prototype.yasnippet b/emacs.d/snippets/delphi-mode/func-prototype.yasnippet index 25f06bb..cae55d7 100644 --- a/emacs.d/snippets/delphi-mode/func-prototype.yasnippet +++ b/emacs.d/snippets/delphi-mode/func-prototype.yasnippet @@ -3,7 +3,6 @@ # name: function prototype # key: func # condition: (delphi-in-class-definition) -# expand-env: ((yas/indent-line 'auto) (yas/wrap-around-region 'nil) (yas/also-auto-indent-first-line 't)) # -- function ${1:Name$(capitalize text)}($2): $3; $0 \ No newline at end of file -- cgit v1.2.3