diff --git a/emacs.d/snippets/python-mode/data-structures-hw.yasnippet b/emacs.d/snippets/python-mode/data-structures-hw.yasnippet new file mode 100644 index 0000000..80e1948 --- /dev/null +++ b/emacs.d/snippets/python-mode/data-structures-hw.yasnippet @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# key : 261 +# group: school +# name : data structures hw header +# -- +# Name: $1 +# OSU Email: $2 +# Course: CS261 - Data Structures +# Assignment: $3 +# Date: `(format-time-string "%Y-%m-%d")`$0 +# Description: $4 \ No newline at end of file