From a8647a86c50ef9d754b5fdf5862d2b68b52ab88c Mon Sep 17 00:00:00 2001 From: Ryota Nishi Date: Mon, 7 Jan 2019 12:32:47 +0900 Subject: [PATCH] Modify markdown-mode snippet to remove new line I think that it is more convenient for bullets not to put newlines. --- snippets/markdown-mode/plus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/markdown-mode/plus b/snippets/markdown-mode/plus index 8830c0785..3d76c267a 100644 --- a/snippets/markdown-mode/plus +++ b/snippets/markdown-mode/plus @@ -3,4 +3,4 @@ # key: + # -- + ${1:Text} -+$0 ++$0 \ No newline at end of file