summaryrefslogtreecommitdiff
path: root/snippets/ess-mode/ggplot2
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-07-03 23:19:05 -0400
committerKyle Meyer <kyle@kyleam.com>2015-07-03 23:19:05 -0400
commit94511ffbd18a2f24224c539f23c2f6ffb9720eee (patch)
tree5ad6493679c107ee045734127486f26eba49c756 /snippets/ess-mode/ggplot2
parent24b986ca4e8eda852080d5e469d3639b119d8623 (diff)
downloademacs.d-94511ffbd18a2f24224c539f23c2f6ffb9720eee.tar.gz
Don't require newline in snippets
Diffstat (limited to 'snippets/ess-mode/ggplot2')
-rw-r--r--snippets/ess-mode/ggplot22
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/ess-mode/ggplot2 b/snippets/ess-mode/ggplot2
index 5646e31..55a5bc6 100644
--- a/snippets/ess-mode/ggplot2
+++ b/snippets/ess-mode/ggplot2
@@ -4,4 +4,4 @@
# group: imports
# --
library(ggplot2)
-$0
+$0 \ No newline at end of file