diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-07-23 21:36:29 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-07-25 15:44:48 +0100 |
commit | 91c8da0e835a83afef27f707f16ec6c24c30430b (patch) | |
tree | e20a734522c6036f7ce752c7e0602bf95bc00791 /Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/print | |
parent | 597bb886d926b4910c555efebe5c60a991bbd5fd (diff) | |
download | dotfiles-91c8da0e835a83afef27f707f16ec6c24c30430b.tar.gz dotfiles-91c8da0e835a83afef27f707f16ec6c24c30430b.tar.bz2 dotfiles-91c8da0e835a83afef27f707f16ec6c24c30430b.zip |
(Emacs)+snippets from doom-snippet and removed default package
I've re-enabled yasnippet for ease of use, and added a ton of snippets
directly into my Dotfiles so only I get to curate what snippets are
removed. Screw downloading them off someone else's repository at
their total mercy.
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/print')
-rw-r--r-- | Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/print | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/print b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/print new file mode 100644 index 0000000..867c8fc --- /dev/null +++ b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/print @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: print +# key: p +# uuid: p +# -- +print($0)
\ No newline at end of file |