forked from colonelpanic/dotfiles
[Emacs] Try to fix gh-pages build
This commit is contained in:
parent
91b76c5175
commit
417524f92a
@ -3002,6 +3002,11 @@ Intero seems to be causing hangs, so it has been disabled
|
||||
(("C-e" . end-of-visual-line)))
|
||||
:preface
|
||||
(progn
|
||||
(require 'cl-lib)
|
||||
(defun imalison:maybe-symbol-name (arg)
|
||||
(if (symbolp arg)
|
||||
(symbol-name arg)
|
||||
arg))
|
||||
;; XXX: These should probably be moved to config, right?
|
||||
(setq org-startup-indented nil
|
||||
org-startup-folded t
|
||||
|
@ -10,7 +10,8 @@ evm config path /tmp
|
||||
evm install emacs-25.1-travis --use --skip
|
||||
export EMACS="$(evm bin)"
|
||||
|
||||
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
|
||||
git clone https://github.com/cask/cask
|
||||
export PATH=$(pwd)/cask/bin:$PATH
|
||||
|
||||
cask install
|
||||
cask exec "$EMACS" --script generate-html.el
|
||||
|
Loading…
Reference in New Issue
Block a user