diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-24 22:36:59 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-24 22:38:28 -0400 |
commit | bb0ba4fcb45bc08409657e05e7951a364f6a2e53 (patch) | |
tree | 7e06155f7b0ed9bd51b276c821462794bca36e4e /snippets/python-mode/plt | |
parent | d3499573ef817ce737f924f4641dade14e6233fd (diff) | |
download | emacs.d-bb0ba4fcb45bc08409657e05e7951a364f6a2e53.tar.gz |
Reorganize and add Python snippets
Diffstat (limited to 'snippets/python-mode/plt')
-rw-r--r-- | snippets/python-mode/plt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/snippets/python-mode/plt b/snippets/python-mode/plt deleted file mode 100644 index 7952fff..0000000 --- a/snippets/python-mode/plt +++ /dev/null @@ -1,7 +0,0 @@ -# name: matplotlib-related import -# key: plt -# -- -import matplotlib.pyplot as plt - -import pltaid -$0 |