Skip to content

Commit

Permalink
Alter sandboxed init.el to use a typical setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Mar 13, 2017
1 parent 6a3467b commit 22f48ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# `scripts/init-frontmacs.el` as the initialization script
build:
mkdir -p build/home/.emacs.d
ln -s `pwd`/scripts/init-frontmacs.el `pwd`/build/home/.emacs.d/init.el
echo "(load (expand-file-name \"../../../scripts/init-frontmacs.el\" user-emacs-directory))" > `pwd`/build/home/.emacs.d/init.el

build/packages/archive-contents:
cask package
Expand Down

0 comments on commit 22f48ab

Please sign in to comment.