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/cls | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .emacs.d/snippets/python-mode/cls (limited to '.emacs.d/snippets/python-mode/cls') diff --git a/.emacs.d/snippets/python-mode/cls b/.emacs.d/snippets/python-mode/cls deleted file mode 100644 index 3dbd391..0000000 --- a/.emacs.d/snippets/python-mode/cls +++ /dev/null @@ -1,8 +0,0 @@ -# -*- mode: snippet -*- -# name: cls -# key: cls -# group: object oriented -# -- -class ${1:class}(${2:object}): - """""" - $0 -- cgit v1.3