summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-05-28 05:20:05 -0400
committerKyle Meyer <kyle@kyleam.com>2016-05-28 05:20:05 -0400
commit9d3072bef21955cff50494df8323557bfe1f023c (patch)
treebdb47f6ee33f0ff42766db584d3f380564fdbcac /snippets
parent2a24098b11f36f020760b2d128819b6addd632b4 (diff)
downloademacs.d-9d3072bef21955cff50494df8323557bfe1f023c.tar.gz
snippets/python-mode/pyplot: Delete
This is now defined in bundled snippets.
Diffstat (limited to 'snippets')
-rw-r--r--snippets/python-mode/pyplot7
1 files changed, 0 insertions, 7 deletions
diff --git a/snippets/python-mode/pyplot b/snippets/python-mode/pyplot
deleted file mode 100644
index 608b77f..0000000
--- a/snippets/python-mode/pyplot
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: snippet -*-
-# name: pyplot
-# key: plt
-# group: imports
-# --
-import matplotlib.pyplot as plt
-$0 \ No newline at end of file