Emacs: Fixed namespaces in C++-snippets.

This commit is contained in:
tastytea 2019-12-24 01:33:16 +01:00
parent 1527e1cc0f
commit e74e7ce5c2
2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -19,7 +19,7 @@
namespace ${2:`(projectile-project-name)`}
{
$0
$0
} // namespace $2
#endif // $1