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/printf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/snippets/python-mode/printf') 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