From b7b77a527e4920389667b1ac90c447f52db70996 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 2 Mar 2023 22:22:16 +0100 Subject: Upgrade .emacs.d/lisp/lua-mode.el and .emacs.d/lisp/markdown-mode.el. Modify .emacs.d/snippets/python-mode/printf --- .emacs.d/snippets/python-mode/format | 6 ------ .emacs.d/snippets/python-mode/printf | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .emacs.d/snippets/python-mode/format (limited to '.emacs.d/snippets/python-mode') diff --git a/.emacs.d/snippets/python-mode/format b/.emacs.d/snippets/python-mode/format deleted file mode 100644 index 85c2d6f..0000000 --- a/.emacs.d/snippets/python-mode/format +++ /dev/null @@ -1,6 +0,0 @@ -# -*- mode: snippet -*- -# name: format -# key: sf -# group: object oriented -# -- -.format($0) \ No newline at end of file diff --git a/.emacs.d/snippets/python-mode/printf b/.emacs.d/snippets/python-mode/printf index 78c67a8..087b2eb 100644 --- a/.emacs.d/snippets/python-mode/printf +++ b/.emacs.d/snippets/python-mode/printf @@ -2,4 +2,4 @@ # name: printf # key: pf # -- -print('$0{}'.format()) \ No newline at end of file +print(f'$0') \ No newline at end of file -- cgit v1.3