diff options
Diffstat (limited to '.emacs.d/snippets/rust-mode/letm')
| -rw-r--r-- | .emacs.d/snippets/rust-mode/letm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/rust-mode/letm b/.emacs.d/snippets/rust-mode/letm new file mode 100644 index 0000000..b07d673 --- /dev/null +++ b/.emacs.d/snippets/rust-mode/letm | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: let mut pattern = expression; | ||
| 3 | # key: letm | ||
| 4 | # -- | ||
| 5 | let mut ${1:pattern} = ${2:expression}; \ No newline at end of file | ||
