From aee70ba69aba2d2cf142a86b650ba1b994c3bacb Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 12 Sep 2018 11:12:12 +0200 Subject: Change the keys for snippets false function and true. Add new snippets: docstring_param docstring_return docstring_rtype docstring_type --- .emacs.d/snippets/python-mode/function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/snippets/python-mode/function') diff --git a/.emacs.d/snippets/python-mode/function b/.emacs.d/snippets/python-mode/function index d7e8f12..97fe03f 100644 --- a/.emacs.d/snippets/python-mode/function +++ b/.emacs.d/snippets/python-mode/function @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: function -# key: f +# key: fn # group: definitions # -- def ${1:fun}(${2:args}): -- cgit v1.3