feat: initial commit
This commit is contained in:
9
.emacs.snippets/markdown-mode/todo
Executable file
9
.emacs.snippets/markdown-mode/todo
Executable file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: todo
|
||||
# key: todo
|
||||
# type: command
|
||||
# binding: C-x t
|
||||
# --
|
||||
(if (region-active-p)
|
||||
(yas-expand-snippet "<!--TODO:-->`yas-selected-text`<!--$0-->")
|
||||
(yas-expand-snippet "<!--TODO: $0 -->"))
|
||||
Reference in New Issue
Block a user