diff options
| author | Simeon Simeonov | 2018-09-12 18:31:00 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2018-09-12 18:31:00 +0200 |
| commit | 91a787a67152d5c62a311a0e49a5242d8a6fb2b8 (patch) | |
| tree | 74949a4d226a48bbcd11b7bc36e4e8762754a817 | |
| parent | aee70ba69aba2d2cf142a86b650ba1b994c3bacb (diff) | |
Change the key for snippets/prog-mode/todo
| -rw-r--r-- | .emacs.d/snippets/prog-mode/todo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/prog-mode/todo b/.emacs.d/snippets/prog-mode/todo index 79484e7..41cdbfa 100644 --- a/.emacs.d/snippets/prog-mode/todo +++ b/.emacs.d/snippets/prog-mode/todo | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | 1 | # -*- mode: snippet -*- |
| 2 | # name: todo | 2 | # name: todo |
| 3 | # key: t | 3 | # key: to |
| 4 | # -- | 4 | # -- |
| 5 | `comment-start`TODO: $0`comment-end` \ No newline at end of file | 5 | `comment-start`TODO: $0`comment-end` \ No newline at end of file |
