Update .gitignore and add doc-mode.el.
This commit is contained in:
5
.emacs.d/snippets/c++-mode/sptr
Normal file
5
.emacs.d/snippets/c++-mode/sptr
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: shared_ptr
|
||||
# key: sptr
|
||||
# --
|
||||
std::shared_ptr<${1:type}> ${2:name}$0
|
Reference in New Issue
Block a user