Emacs: Fixed namespaces in C++-snippets.
This commit is contained in:
parent
1527e1cc0f
commit
e74e7ce5c2
|
@ -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
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
namespace ${2:`(projectile-project-name)`}
|
||||
{
|
||||
$0
|
||||
$0
|
||||
} // namespace $2
|
||||
|
||||
#endif // $1
|
||||
|
|
Loading…
Reference in New Issue
Block a user