diff options
author | Amin Bandali <bandali@gnu.org> | 2022-11-19 19:12:43 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2022-11-19 19:12:43 -0500 |
commit | b08fa2c1c27e54af7834900ee0a5ac392679b8f3 (patch) | |
tree | bdd161100bbe89f59a593e228545134e56b91605 /.emacs.d/etc/yasnippet/snippets/latex-mode/section | |
parent | d05af11107c184fe8d59b89f66139229ad1aa51e (diff) | |
download | configs-b08fa2c1c27e54af7834900ee0a5ac392679b8f3.tar.gz configs-b08fa2c1c27e54af7834900ee0a5ac392679b8f3.tar.xz configs-b08fa2c1c27e54af7834900ee0a5ac392679b8f3.zip |
Drop YASnippet
I don't really need these or use them nearly as much as I used to.
For similar needs, I think I'll be able to get by using Emacs's own
Abbrev just fine.
Diffstat (limited to '.emacs.d/etc/yasnippet/snippets/latex-mode/section')
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/latex-mode/section | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/latex-mode/section b/.emacs.d/etc/yasnippet/snippets/latex-mode/section deleted file mode 100644 index e1a2710..0000000 --- a/.emacs.d/etc/yasnippet/snippets/latex-mode/section +++ /dev/null @@ -1,8 +0,0 @@ -# -*- mode: snippet -*- -# name: section -# key: s -# -- -\section{${1:name}} -\label{sec:${2:label}} - -$0
\ No newline at end of file |