Added auctex and yasnippets
This commit is contained in:
5
.emacs.d/snippets/rust-mode/println
Normal file
5
.emacs.d/snippets/rust-mode/println
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: println!("{}", value);
|
||||
# key: println
|
||||
# --
|
||||
println!("${1:{}}", $2);
|
||||
Reference in New Issue
Block a user