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/test-startup.sh | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 .emacs.d/test-startup.sh (limited to '.emacs.d/test-startup.sh') diff --git a/.emacs.d/test-startup.sh b/.emacs.d/test-startup.sh deleted file mode 100755 index d8f3547..0000000 --- a/.emacs.d/test-startup.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -ex -# Kindly taken from: https://github.com/purcell/emacs.d - -if [ -n "$TRAVIS" ]; then - # We still need to have an .emacs.d directory, so emacs-async (dependency of - # some other package) is happy. - export HOME=$PWD/.. - ln -s emacs ../.emacs.d -fi - -echo "Attempting startup..." - -${EMACS:=emacs} -nw --batch \ - --eval '(let ((debug-on-error t) - (url-show-status nil) - (user-emacs-directory default-directory) - (package-user-dir (expand-file-name (concat "elpa-" emacs-version))) - (custom-theme-directory default-directory) - (user-init-file (expand-file-name "init.el"))) - (load-file user-init-file) - (run-hooks (quote after-init-hook)))' -echo "Startup successful" -- cgit v1.2.3