diff options
| author | Simeon Simeonov | 2023-03-02 22:22:16 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2023-03-02 22:22:16 +0100 |
| commit | b7b77a527e4920389667b1ac90c447f52db70996 (patch) | |
| tree | 378fe0644581d0ad23df35146cf2f005e9b2087b /.emacs.d/snippets/python-mode/format | |
| parent | 831b5da37edd9b846c56937ca873975c3f0f0294 (diff) | |
Upgrade .emacs.d/lisp/lua-mode.el and .emacs.d/lisp/markdown-mode.el. Modify .emacs.d/snippets/python-mode/printf
Diffstat (limited to '.emacs.d/snippets/python-mode/format')
| -rw-r--r-- | .emacs.d/snippets/python-mode/format | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: format | ||
| 3 | # key: sf | ||
| 4 | # group: object oriented | ||
| 5 | # -- | ||
| 6 | .format($0) \ No newline at end of file | ||
