From 3992f19b8e8511c2fdba6813976aa4fc75061408 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 20 Oct 2020 10:05:41 +0200 Subject: emacs: don't analyze early-init.el MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/early-init.el | 2 -- .emacs.d/test-emacs.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el index 52d3e66..fab5b38 100644 --- a/.emacs.d/early-init.el +++ b/.emacs.d/early-init.el @@ -61,6 +61,4 @@ ("gnu" . 5) ("MELPA" . 0))) -(provide 'early-init) - ;;; early-init.el ends here 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 -- cgit v1.2.3