From 1709cd403b5facd5c1e13e90891eb6ba18b56c24 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 14 Mar 2019 10:11:36 +0100 Subject: Add /snippets/python-mode/docstring_oneliner as an explicit oneliner --- .emacs.d/snippets/python-mode/doc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.emacs.d/snippets/python-mode/doc') diff --git a/.emacs.d/snippets/python-mode/doc b/.emacs.d/snippets/python-mode/doc index 440bbe3..f2c6be4 100644 --- a/.emacs.d/snippets/python-mode/doc +++ b/.emacs.d/snippets/python-mode/doc @@ -2,4 +2,6 @@ # name: doc # key: d # -- -"""$0""" \ No newline at end of file +""" +$0 +""" \ No newline at end of file -- cgit v1.3