This website requires JavaScript.
Explore
Help
Sign In
phundrak
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Activity
Files
c3b1c4b249e57345ff4dd119726075ae2a15f641
dotfiles
/
.config
/
emacs
/
private
/
snippets
/
rust-mode
/
println
T
5 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[Emacs] Add new Rust snippets, common-lisp layer
2020-08-24 14:41:09 +02:00
# -*- mode: snippet -*-
# name: println!("{}", value);
# key: pln
# --
println!("${1:{}}", $2);
Reference in New Issue
Copy Permalink