Fixed C++ source file template.
This commit is contained in:
parent
058a937f13
commit
901401f0e6
|
@ -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
|
Loading…
Reference in New Issue
Block a user