1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-15 09:08:04 -05:00
dotfiles/.doom.d/snippets/rustic-mode/log::debug

5 lines
78 B
Plaintext
Raw Normal View History

2022-07-21 08:33:42 -04:00
# -*- mode: snippet -*-
# name: log::debug
# key: debug
# --
log::debug!("$0")