diff options
| author | benj <benj@rse8.com> | 2021-09-11 14:04:09 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2021-09-11 14:04:09 -0700 |
| commit | 95cceda8ef5c721096b60f874c594e1f0b8b5abb (patch) | |
| tree | db4ec60959ca2d954d00ab0f8c631417805f445a /templates/snippets/rustic-mode/derive_debug | |
| parent | 518baa4296035df24d4271a4d188af5db3bd52f7 (diff) | |
| download | emacs-95cceda8ef5c721096b60f874c594e1f0b8b5abb.tar emacs-95cceda8ef5c721096b60f874c594e1f0b8b5abb.tar.gz emacs-95cceda8ef5c721096b60f874c594e1f0b8b5abb.tar.bz2 emacs-95cceda8ef5c721096b60f874c594e1f0b8b5abb.tar.lz emacs-95cceda8ef5c721096b60f874c594e1f0b8b5abb.tar.xz emacs-95cceda8ef5c721096b60f874c594e1f0b8b5abb.tar.zst emacs-95cceda8ef5c721096b60f874c594e1f0b8b5abb.zip | |
- rustic mode snippets
- dap-mode rust lldb configuration
- hl-todo-mode
Diffstat (limited to '')
| -rw-r--r-- | templates/snippets/rustic-mode/derive_debug | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/snippets/rustic-mode/derive_debug b/templates/snippets/rustic-mode/derive_debug new file mode 100644 index 0000000..6d64312 --- /dev/null +++ b/templates/snippets/rustic-mode/derive_debug @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: derive-debug +# key: debug +# -- +#[derive(Debug)] |
