summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/try
diff options
context:
space:
mode:
authorSimeon Simeonov2016-09-09 19:40:27 +0200
committerSimeon Simeonov2016-09-09 19:40:27 +0200
commitcef700b95757631e62f9bebbb4482fa8bc529973 (patch)
treea2be545207c0f9ff48c2afbe313d0b185d2939a6 /.emacs.d/snippets/python-mode/try
parent385a24ebe7d55fbce0c5529462ba904db8c1796a (diff)
Some snippet customizations for python-mode
Diffstat (limited to '.emacs.d/snippets/python-mode/try')
-rw-r--r--.emacs.d/snippets/python-mode/try2
1 files changed, 1 insertions, 1 deletions
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 @@
4# -- 4# --
5try: 5try:
6 $1 6 $1
7except ${2:Exception}: 7except ${2:Exception} as e:
8 $0 \ No newline at end of file 8 $0 \ No newline at end of file