Added auctex and yasnippets
This commit is contained in:
7
.emacs.d/snippets/c++-mode/lwr
Normal file
7
.emacs.d/snippets/c++-mode/lwr
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: transform
|
||||
# key: lwr
|
||||
# --
|
||||
std::transform(std::begin(${1:container}), std::end($1), std::begin($1), [](char c) {
|
||||
return std::tolower(c);});
|
||||
$0
|
||||
Reference in New Issue
Block a user