From cef700b95757631e62f9bebbb4482fa8bc529973 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 9 Sep 2016 19:40:27 +0200 Subject: Some snippet customizations for python-mode --- .emacs.d/snippets/python-mode/try | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/snippets/python-mode/try') diff --git a/.emacs.d/snippets/python-mode/try b/.emacs.d/snippets/python-mode/try index 8836de6..6e68e8d 100644 --- a/.emacs.d/snippets/python-mode/try +++ b/.emacs.d/snippets/python-mode/try @@ -4,5 +4,5 @@ # -- try: $1 -except ${2:Exception}: +except ${2:Exception} as e: $0 \ No newline at end of file -- cgit v1.3