From eaad53be0b89234332b67f6c4d980c4cd8efcf8c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 16 Nov 2015 15:37:17 +0100 Subject: Emacs: Remove cask and pallet Instead, use a package-directory based upon the emacs version, which was the main feature about cask, for me. --- hooks/post-up/emacs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'hooks') diff --git a/hooks/post-up/emacs b/hooks/post-up/emacs index b8a8edc..1cc19f9 100755 --- a/hooks/post-up/emacs +++ b/hooks/post-up/emacs @@ -2,22 +2,13 @@ if [[ -s $commands[emacs] ]] then - if [[ ! -d ~/cask ]] - then - git clone git://github.com/cask/cask ~/.cask - if [[ ! -d ~/bin ]] - then - mkdir ~/bin - fi - ln -s ~/.cask/bin/cask ~/bin/cask - fi pushd ~/.emacs.d - cask install emacs --batch --eval "(progn (find-file \"init.org\") (require 'ob-tangle) (org-babel-tangle nil \"init.el\") (byte-compile-file \"init.el\") +(load-file \"init.el\") )" popd fi -- cgit 1.4.1