diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-10-20 10:05:41 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-10-20 10:05:41 +0200 |
| commit | 3992f19b8e8511c2fdba6813976aa4fc75061408 (patch) | |
| tree | 0a88e635d9e7bd363c8fb44271e702493127a2dc /.emacs.d/test-emacs.sh | |
| parent | 153b24cf0c8d4d5d7e20d2d546167f5ea6a28d03 (diff) | |
| download | dotfiles-3992f19b8e8511c2fdba6813976aa4fc75061408.tar.gz dotfiles-3992f19b8e8511c2fdba6813976aa4fc75061408.zip | |
emacs: don't analyze early-init.el
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/test-emacs.sh')
| -rwxr-xr-x | .emacs.d/test-emacs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/test-emacs.sh b/.emacs.d/test-emacs.sh index aece90c..89862d6 100755 --- a/.emacs.d/test-emacs.sh +++ b/.emacs.d/test-emacs.sh @@ -28,7 +28,7 @@ for i in . lisp; do cd "$i" # shellcheck disable=SC2010 # shellcheck disable=SC2035 - 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)" + 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' | grep -v 'early-init.el' | xargs)" # shellcheck disable=SC2086 ${EMACS:=emacs} -Q --batch ${LOAD_PATH} -l elisp-lint.el -f elisp-lint-files-batch $files |
