mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-22 12:30:55 -08:00
7 lines
173 B
Text
7 lines
173 B
Text
# -*- mode: snippet -*-
|
|
# group: file templates
|
|
# contributor: Henrik Lissner
|
|
# --
|
|
#include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.h"
|
|
|
|
$0
|