dotfiles/emacs.d/snippets/python-mode/programming-hw.yasnippet

10 lines
176 B
Text
Raw Normal View History

2022-01-04 17:21:31 -05:00
# -*- mode: snippet -*-
# key : 162
# group: school
# name : cs hw header
# --
# Author: $1
# GitHub username: $2
# Date: `(format-time-string "%m-%d-%Y")`$0
# Description: $3