Removed elpa packages, need to find a way to auto install

This commit is contained in:
TuDatTr
2018-01-13 15:29:33 +01:00
parent 3fa8a813f0
commit 3ffe49c436
874 changed files with 34968 additions and 149180 deletions

View File

@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# contributor: Egor Panfilov <egor.v.panfilov[at]gmail[dot]com>
# name: function_docstring_numpy
# key: fdn
# group: definitions
# --
def ${1:name}($2):
\"\"\"$3
${2:$(python-args-to-docstring-numpy)}
\"\"\"
$0