Using Emacs Prelude now.... gonna figure things out

Signed-off-by: TuDatTr <tran.tuan-dat@mailbox.org>
This commit is contained in:
TuDatTr
2018-01-08 03:42:57 +01:00
parent 215bf58939
commit 51695cb484
347 changed files with 5407 additions and 2297 deletions

View File

@@ -1,11 +0,0 @@
# -*- mode: snippet -*-
# name: function_docstring
# key: fd
# group: definitions
# NOTE: Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
# --
def ${1:name}($2):
\"\"\"$3
${2:$(python-args-to-docstring)}
\"\"\"
$0