Browse Source

Fix c++ guard snippet

master
Riyyi 5 years ago
parent
commit
5bf199675d
  1. 4
      .emacs.d/snippets/c++-mode/guard

4
.emacs.d/snippets/c++-mode/guard

@ -3,8 +3,8 @@
# key: grd
# --
#ifndef ${1:GUARD}_H
#define ${1:GUARD}_H
#define ${1:$(yas-c++-class-name yas-text)}_H
$0
#endif // ${1:GUARD}_H
#endif // ${1:$(yas-c++-class-name yas-text)}_H

Loading…
Cancel
Save