From 99f78178964d12e3a8ae6cc4aebf894320e562df Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 5 Sep 2019 14:00:25 +0200 Subject: Added linters and polished code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The minimum version supported has been raised to 25.3. Signed-off-by: Miquel Sabaté Solà --- .emacs.d/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.emacs.d/.gitignore') diff --git a/.emacs.d/.gitignore b/.emacs.d/.gitignore index 3406897..e286c90 100644 --- a/.emacs.d/.gitignore +++ b/.emacs.d/.gitignore @@ -1,5 +1,10 @@ *.html +*.elc +*~ +*autoloads.el* lisp/*.elc +lisp/*autoloads.el* +vendor org-templates/*.pdf org-templates/*.tex org-templates/auto \ No newline at end of file -- cgit v1.2.3