Files
dotfiles/emacs/.emacs.d/snippets/python-mode/logging-warning
TuDatTr 6749a8efd3 emacs/.emacs.d/config.org:
- Added yaml-mode
- Added ledger-mode

config/.ssh/config:
- cleaup
2022-01-24 05:01:04 +01:00

5 lines
93 B
Plaintext

# -*- mode: snippet -*-
# name: logging-warning
# key: lwarning
# --
logging.warning(f'$0')