mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
emacs
: fix include-guard
template
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
941df7e990
commit
5b4f5567f2
|
@ -124,6 +124,7 @@
|
|||
"UNKNOWN"))
|
||||
name)
|
||||
"_H"
|
||||
n "#define " name "_H"
|
||||
n (tempel-retpoint-here) n "#endif // " name "_H" q
|
||||
:post (tempel-retpoint-goto))
|
||||
#+END_SRC
|
||||
|
|
|
@ -77,6 +77,7 @@ c-mode :condition (re-search-backward "^\\w*$" (line-beginning-position) 'noerro
|
|||
"UNKNOWN"))
|
||||
name)
|
||||
"_H"
|
||||
n "#define " name "_H"
|
||||
n (tempel-retpoint-here) n "#endif // " name "_H" q
|
||||
:post (tempel-retpoint-goto))
|
||||
|
||||
|
|
Loading…
Reference in a new issue