From 4e57fb98342dd3cce7faa38e25c8ec2014a21865 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 22 Apr 2024 15:25:08 +0200 Subject: Update markdown-mode, yasnippet, yasnippet-snippets and add snippets/markdown-mode --- .emacs.d/snippets/markdown-mode/h1.1 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .emacs.d/snippets/markdown-mode/h1.1 (limited to '.emacs.d/snippets/markdown-mode/h1.1') diff --git a/.emacs.d/snippets/markdown-mode/h1.1 b/.emacs.d/snippets/markdown-mode/h1.1 new file mode 100644 index 0000000..534337a --- /dev/null +++ b/.emacs.d/snippets/markdown-mode/h1.1 @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Header 1 (#) +# contributor: Peng Deng +# key: h1 +# -- +# ${1:Header 1} # + +$0 \ No newline at end of file -- cgit v1.3