diff options
Diffstat (limited to 'users/grfn/emacs.d/snippets/python-mode/pdb')
-rw-r--r-- | users/grfn/emacs.d/snippets/python-mode/pdb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/users/grfn/emacs.d/snippets/python-mode/pdb b/users/grfn/emacs.d/snippets/python-mode/pdb deleted file mode 100644 index 41c6f87cbfc1..000000000000 --- a/users/grfn/emacs.d/snippets/python-mode/pdb +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: pdb -# uuid: pdb -# key: pdb -# condition: t -# -- -import pdb; pdb.set_trace() \ No newline at end of file |