Tweak c-mode snippets
This commit is contained in:
parent
a1fea5bc99
commit
6bc67c0c82
@ -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}
|
||||
|
@ -4,8 +4,8 @@
|
||||
# key: spdx
|
||||
# --
|
||||
/*
|
||||
* SPDX-License-Identifier: $1
|
||||
* Copyright (c) Camden Dixie O'Brien
|
||||
* SPDX-License-Identifier: $1
|
||||
*/
|
||||
|
||||
$0
|
||||
|
Loading…
x
Reference in New Issue
Block a user