From badbb8e1f5f6371c0e2f008ad5fa8c0bfc839a98 Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Sun, 7 Jan 2018 12:17:26 +0100 Subject: [PATCH] cleanup --- .emacs.d/snippets/latex-mode/auto/.emacs.el | 8 -------- .scripts/auto/a.el | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 .emacs.d/snippets/latex-mode/auto/.emacs.el delete mode 100755 .scripts/auto/a.el 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) -