Using Emacs Prelude now.... gonna figure things out
Signed-off-by: TuDatTr <tran.tuan-dat@mailbox.org>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: tryelse
|
||||
# key: try
|
||||
# --
|
||||
try:
|
||||
$1
|
||||
except $2:
|
||||
$3
|
||||
else:
|
||||
$0
|
||||
Reference in New Issue
Block a user