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