Files
dotfiles/.emacs.snippets/markdown-mode/todo
2023-10-11 21:51:24 +02:00

9 lines
219 B
Plaintext
Executable File

# -*- 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 -->"))