diff --git a/.emacs.d/snippets/latex-mode/auto/.emacs.el b/.emacs.d/snippets/latex-mode/auto/.emacs.el deleted file mode 100644 index 4c44c9f..0000000 --- a/.emacs.d/snippets/latex-mode/auto/.emacs.el +++ /dev/null @@ -1,8 +0,0 @@ -(TeX-add-style-hook - ".emacs" - (lambda () - (TeX-run-style-hooks - "INCL/settings" - "{INCL/tu}")) - :latex) - diff --git a/.scripts/auto/a.el b/.scripts/auto/a.el deleted file mode 100755 index bd0ccc1..0000000 --- a/.scripts/auto/a.el +++ /dev/null @@ -1,8 +0,0 @@ -(TeX-add-style-hook - "a" - (lambda () - (TeX-run-style-hooks - "INCL/settings" - "{INCL/tu}")) - :latex) -