mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Added data-structures-hw.yasnippet
This commit is contained in:
parent
8f772b083d
commit
f2ebb1ce3a
1 changed files with 11 additions and 0 deletions
11
emacs.d/snippets/python-mode/data-structures-hw.yasnippet
Normal file
11
emacs.d/snippets/python-mode/data-structures-hw.yasnippet
Normal file
|
@ -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
|
Loading…
Reference in a new issue