From ed74bffd18ad8597507262107c14c341dbc04b15 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 16 Sep 2019 16:55:37 +0200 Subject: emacs: added clang-format+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/test-emacs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/test-emacs.sh') diff --git a/.emacs.d/test-emacs.sh b/.emacs.d/test-emacs.sh index 14e47da..37e0c75 100755 --- a/.emacs.d/test-emacs.sh +++ b/.emacs.d/test-emacs.sh @@ -22,7 +22,7 @@ for i in . lisp; do cd "$i" # shellcheck disable=SC2010 # shellcheck disable=SC2035 - files="$(ls *.el | grep -v 'custom.el' | grep -v 'lisp-autoloads.el' | grep -v '.emacs.d-autoloads.el' | grep -v 'soria-theme.el' | xargs)" + files="$(ls *.el | grep -v 'custom.el' | grep -v 'abbrevs.el' | grep -v 'lisp-autoloads.el' | grep -v '.emacs.d-autoloads.el' | grep -v 'soria-theme.el' | xargs)" # shellcheck disable=SC2086 ${EMACS:=emacs} -Q --batch ${LOAD_PATH} -l elisp-lint.el -f elisp-lint-files-batch $files -- cgit v1.2.3