Fixed C++ source file template.

This commit is contained in:
tastytea 2019-09-25 03:55:21 +02:00
parent 058a937f13
commit 901401f0e6
1 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,6 @@
#include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.hpp"
using namespace ${2:`(projectile-project-name)`};
using namespace ${1:`(projectile-project-name)`};
$0