mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-02-05 07:12:22 -08:00
10 lines
185 B
Text
10 lines
185 B
Text
# -*- mode: snippet -*-
|
|
# group: file templates
|
|
# contributor: Henrik Lissner
|
|
# --
|
|
#ifndef ${1:__`(upcase (f-base buffer-file-name))`_H_$(upcase yas-text)}
|
|
#define $1
|
|
|
|
$0
|
|
|
|
#endif // $1
|