diff options
Diffstat (limited to 'configs/shared/.emacs.d/snippets/rust-mode')
-rw-r--r-- | configs/shared/.emacs.d/snippets/rust-mode/.yas-parents | 1 | ||||
-rw-r--r-- | configs/shared/.emacs.d/snippets/rust-mode/for-loop | 7 | ||||
-rw-r--r-- | configs/shared/.emacs.d/snippets/rust-mode/match | 7 |
3 files changed, 0 insertions, 15 deletions
diff --git a/configs/shared/.emacs.d/snippets/rust-mode/.yas-parents b/configs/shared/.emacs.d/snippets/rust-mode/.yas-parents deleted file mode 100644 index d58dacb7a0b1..000000000000 --- a/configs/shared/.emacs.d/snippets/rust-mode/.yas-parents +++ /dev/null @@ -1 +0,0 @@ -text-mode \ No newline at end of file diff --git a/configs/shared/.emacs.d/snippets/rust-mode/for-loop b/configs/shared/.emacs.d/snippets/rust-mode/for-loop deleted file mode 100644 index 4d8e0e3bbd24..000000000000 --- a/configs/shared/.emacs.d/snippets/rust-mode/for-loop +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: for-loop -# key: for -# -- -for $1 in $2 { - $3 -} \ No newline at end of file diff --git a/configs/shared/.emacs.d/snippets/rust-mode/match b/configs/shared/.emacs.d/snippets/rust-mode/match deleted file mode 100644 index bf0e876e2b98..000000000000 --- a/configs/shared/.emacs.d/snippets/rust-mode/match +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: match -# key: match -# -- -match $1 { - $2 => $3, -} \ No newline at end of file |