[Emacs] Add logg snippet
This commit is contained in:
parent
51d2863cdc
commit
4cb057109f
5
dotfiles/emacs.d/snippets/python-mode/logg
Normal file
5
dotfiles/emacs.d/snippets/python-mode/logg
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: logg
|
||||
# key: logg
|
||||
# --
|
||||
logger = logging.getLogger(__name__)
|
Loading…
Reference in New Issue
Block a user