From 5fd4013f4565fb7f00c00c25490a263116042a08 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 8 Sep 2026 14:56:51 -0700 Subject: emacs: Add snippets --- emacs/.emacs.d/snippets/python-mode/method | 7 +++++++ 1 file changed, 7 insertions(+) create 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 new file mode 100644 index 0000000..7c033cf --- /dev/null +++ b/emacs/.emacs.d/snippets/python-mode/method @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: method +# key: defm +# -- +def $1(self$2): + '''$3''' + $0 \ No newline at end of file -- cgit v1.3-2-g0d8e