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