diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 00:09:37 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 00:09:37 +0100 |
commit | ea1faa7eb9aab115376d78074d0d910424a62a38 (patch) | |
tree | a82eda4a624baac4d43686dd37be86d1ca28297f /doom.d/snippets/csharp-mode | |
parent | 7a3a72b2989585127b8eeae6d6d25159e5d133d4 (diff) | |
download | dotfiles-ea1faa7eb9aab115376d78074d0d910424a62a38.tar.gz dotfiles-ea1faa7eb9aab115376d78074d0d910424a62a38.tar.bz2 dotfiles-ea1faa7eb9aab115376d78074d0d910424a62a38.zip |
+config from doom emacs - to configure
Diffstat (limited to 'doom.d/snippets/csharp-mode')
-rw-r--r-- | doom.d/snippets/csharp-mode/prop | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doom.d/snippets/csharp-mode/prop b/doom.d/snippets/csharp-mode/prop new file mode 100644 index 0000000..e750673 --- /dev/null +++ b/doom.d/snippets/csharp-mode/prop @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Property +# key: prop +# condition: t +# -- +public ${1:int} ${2:property} { get; set; }$0
\ No newline at end of file |