Tweak c-mode snippets

This commit is contained in:
Camden Dixie O'Brien 2024-12-19 16:40:54 +00:00
parent a1fea5bc99
commit 6bc67c0c82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: header-guard
# binding: C-c C-k C-l
# binding: C-c C-k C-h
# key: hdr
# --
#ifndef ${1:`(upcase (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))`_H}

View File

@ -4,8 +4,8 @@
# key: spdx
# --
/*
* SPDX-License-Identifier: $1
* Copyright (c) Camden Dixie O'Brien
* SPDX-License-Identifier: $1
*/
$0