From f5f12597373ea266eee0d0946f44a4631b7f1e98 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 9 Sep 2019 22:37:53 -0700 Subject: Remove Emacs snippets All of these snippets are now distributed with their Emacs configuration. --- emacs/.emacs.d/snippets/python-mode/method | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 emacs/.emacs.d/snippets/python-mode/method (limited to 'emacs/.emacs.d/snippets/python-mode/method') diff --git a/emacs/.emacs.d/snippets/python-mode/method b/emacs/.emacs.d/snippets/python-mode/method deleted file mode 100644 index 7c033cf..0000000 --- a/emacs/.emacs.d/snippets/python-mode/method +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: method -# key: defm -# -- -def $1(self$2): - '''$3''' - $0 \ No newline at end of file -- cgit v1.3-2-g0d8e