emacs/.emacs.d/config.org:

- Added yaml-mode
- Added ledger-mode

config/.ssh/config:
- cleaup
This commit is contained in:
TuDatTr
2022-01-24 05:01:04 +01:00
parent c14994e2a4
commit 6749a8efd3
17 changed files with 131 additions and 142 deletions

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: logging-warning
# key: lwarning
# --
logging.warning(f'$0')