emacs/.emacs.d/config.org:
- Added yaml-mode - Added ledger-mode config/.ssh/config: - cleaup
This commit is contained in:
5
emacs/.emacs.d/snippets/python-mode/logging-warning
Normal file
5
emacs/.emacs.d/snippets/python-mode/logging-warning
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: logging-warning
|
||||
# key: lwarning
|
||||
# --
|
||||
logging.warning(f'$0')
|
||||
Reference in New Issue
Block a user