From 32068d98936815142955490366dd54d954b08685 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 22 Sep 2026 22:04:51 +0200 Subject: Delete legacy snippets. Disable terminal mouse by default --- .emacs.d/snippets/python-mode.statnett/__repr__ | 7 ------- .emacs.d/snippets/python-mode.statnett/__str__ | 7 ------- .emacs.d/snippets/python-mode.statnett/function_docstring | 1 - 3 files changed, 15 deletions(-) delete mode 100644 .emacs.d/snippets/python-mode.statnett/__repr__ delete mode 100644 .emacs.d/snippets/python-mode.statnett/__str__ (limited to '.emacs.d/snippets/python-mode.statnett') diff --git a/.emacs.d/snippets/python-mode.statnett/__repr__ b/.emacs.d/snippets/python-mode.statnett/__repr__ deleted file mode 100644 index 85cb80f..0000000 --- a/.emacs.d/snippets/python-mode.statnett/__repr__ +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: __repr__ -# key: _repr -# group: Special methods -# -- -def __repr__(self): - return $0 diff --git a/.emacs.d/snippets/python-mode.statnett/__str__ b/.emacs.d/snippets/python-mode.statnett/__str__ deleted file mode 100644 index f623df7..0000000 --- a/.emacs.d/snippets/python-mode.statnett/__str__ +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: __str__ -# key: _str -# group: Special methods -# -- -def __str__(self): - return $0 diff --git a/.emacs.d/snippets/python-mode.statnett/function_docstring b/.emacs.d/snippets/python-mode.statnett/function_docstring index 685eaf5..1f7f35b 100644 --- a/.emacs.d/snippets/python-mode.statnett/function_docstring +++ b/.emacs.d/snippets/python-mode.statnett/function_docstring @@ -2,7 +2,6 @@ # name: function_docstring # key: fd # group: definitions -# NOTE: Use minimum indentation, because Emacs 25+ doesn't dedent docstrings. # -- def ${1:name}($2): \"\"\"$3 -- cgit v1.3