aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/test-emacs.sh
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-09-16 16:55:37 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-09-16 16:56:53 +0200
commited74bffd18ad8597507262107c14c341dbc04b15 (patch)
tree739ab51c98f9d132a28f33c635dda8e34d2265fd /.emacs.d/test-emacs.sh
parenta7a96a40351676f37cdef12fb46d5646db207dcf (diff)
downloaddotfiles-ed74bffd18ad8597507262107c14c341dbc04b15.tar.gz
dotfiles-ed74bffd18ad8597507262107c14c341dbc04b15.zip
emacs: added clang-format+
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/test-emacs.sh')
-rwxr-xr-x.emacs.d/test-emacs.sh2
1 files changed, 1 insertions, 1 deletions
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