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/emacs-lisp-mode/princ | |
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/emacs-lisp-mode/princ')
-rw-r--r-- | Emacs/.config/emacs/.config/yasnippet/snippets/emacs-lisp-mode/princ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/emacs-lisp-mode/princ b/Emacs/.config/emacs/.config/yasnippet/snippets/emacs-lisp-mode/princ new file mode 100644 index 0000000..f0c308c --- /dev/null +++ b/Emacs/.config/emacs/.config/yasnippet/snippets/emacs-lisp-mode/princ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: Xah Lee (XahLee.org) +# name: princ +# key: princ +# uuid: princ +# -- +(princ $0)
\ No newline at end of file |