summaryrefslogtreecommitdiff
path: root/snippets/ess-mode/ggplot2
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/ess-mode/ggplot2')
-rw-r--r--snippets/ess-mode/ggplot27
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/ess-mode/ggplot2 b/snippets/ess-mode/ggplot2
new file mode 100644
index 0000000..f427ee8
--- /dev/null
+++ b/snippets/ess-mode/ggplot2
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: ggplot2
+# key: gg
+# group: imports
+# --
+library('ggplot2')
+$0