[Emacs] Add ipdb snippet

This commit is contained in:
Ivan Malison 2023-07-23 19:09:42 -06:00
parent 6f7a571c30
commit 36b3ef1d9a

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: ipdb
# key: ipdb
# --
import ipdb; ipdb.set_trace()