1 Star 0 Fork 0

nan-cie-nwafu/Emacs_Configuration

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test-startup.sh 802 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chao Liu 提交于 2016-09-12 18:02 . Change the structure of this project
#!/bin/sh -e
if [ -n "$TRAVIS" ]; then
# Make it look like this is ~/.emacs.d (needed for Emacs 24.3, at least)
export HOME=$PWD/..
ln -s emacs.d ../.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)))
(user-init-file (expand-file-name "init.el"))
(load-path (delq default-directory load-path)))
(load-file user-init-file)
(run-hooks (quote after-init-hook)))'
echo "Startup successful"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Emacs Lisp
1
https://gitee.com/registor/Emacs_Configuration.git
git@gitee.com:registor/Emacs_Configuration.git
registor
Emacs_Configuration
Emacs_Configuration
master

搜索帮助