From 7a3b877abecb9b2f8ee1200bd2617202b325acd1 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sat, 20 Feb 2021 21:03:18 +0100 Subject: Update markdown-mode and remove / cleanup some Python snippets --- .emacs.d/snippets/python-mode/classmethod | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .emacs.d/snippets/python-mode/classmethod (limited to '.emacs.d/snippets/python-mode/classmethod') diff --git a/.emacs.d/snippets/python-mode/classmethod b/.emacs.d/snippets/python-mode/classmethod deleted file mode 100644 index aa78440..0000000 --- a/.emacs.d/snippets/python-mode/classmethod +++ /dev/null @@ -1,10 +0,0 @@ -# -*- mode: snippet -*- -# name: classmethod -# key: cm -# group: object oriented -# -- -@classmethod -def ${1:meth}(cls, $2): - """ - """ - $3 \ No newline at end of file -- cgit v1.3