Added auctex and yasnippets
This commit is contained in:
5
.emacs.d/snippets/c++-mode/dynamic_casting
Normal file
5
.emacs.d/snippets/c++-mode/dynamic_casting
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: dynamic_casting
|
||||
# key: cast
|
||||
# --
|
||||
check_and_cast<${1:Type} *>(${2:msg});
|
||||
Reference in New Issue
Block a user