interact in python code

This commit is contained in:
Andrea Crotti 2011-06-05 10:57:55 +02:00
parent 2eaecef3b5
commit 55a188e68f
2 changed files with 10 additions and 0 deletions

5
latex-mode/item Normal file
View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: item
# key: -
# --
\item \itemt{$0}

5
python-mode/interact Normal file
View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: interact
# key: int
# --
import code; code.interact(local=locals())