diff --git a/emacs.d/snippets/python-mode/intro-programming-hw.yasnippet b/emacs.d/snippets/python-mode/intro-programming-hw.yasnippet new file mode 100644 index 0000000..36e5c58 --- /dev/null +++ b/emacs.d/snippets/python-mode/intro-programming-hw.yasnippet @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# key : 161 +# group: school +# name : cs hw header +# -- +# Author: $1 +# Date: `(format-time-string "%m-%d-%Y")`$0 +# Description: $2