init
This commit is contained in:
6
snippets/prog-mode/fixme
Normal file
6
snippets/prog-mode/fixme
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: fixme
|
||||
# key: fi
|
||||
# condition: (not (eq major-mode 'sh-mode))
|
||||
# --
|
||||
`comment-start`FIXME: $0`comment-end`
|
||||
Reference in New Issue
Block a user