diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-10-07 21:55:53 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-10-07 21:55:53 -0400 |
commit | e5b5d614ad534505d162ca89271b451f7f4023a3 (patch) | |
tree | ce9b1c21a63ed90eaec4e8de9aad08ffdf58bffb /snippets/ess-mode/forcat | |
parent | 6da6164c74820fe49852f899f683df8f1b51114c (diff) | |
download | emacs.d-e5b5d614ad534505d162ca89271b451f7f4023a3.tar.gz |
snippets: Add more snippets for tidyverse imports
Diffstat (limited to 'snippets/ess-mode/forcat')
-rw-r--r-- | snippets/ess-mode/forcat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/ess-mode/forcat b/snippets/ess-mode/forcat new file mode 100644 index 0000000..955d266 --- /dev/null +++ b/snippets/ess-mode/forcat @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# key: fc +# group: imports +# -- +library(forcat) +$0
\ No newline at end of file |