0c012554b9
- Prefers "$HOME" to "~/urbint" for current project - Prefers dark colorscheme - Allows source-jumping to Emacs (nixify this to remove dep on path/to/source)
7 lines
No EOL
90 B
Text
7 lines
No EOL
90 B
Text
# -*- mode: snippet -*-
|
|
# name: struct
|
|
# key: struct
|
|
# --
|
|
typedef struct $1 {
|
|
$2
|
|
} $1_t; |