From 1239128518de423e282ac15761408866f8287068 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 27 Mar 2016 18:13:19 -0400 Subject: [PATCH] Remove cask init; too unreliable --- bootstrap.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bootstrap.el b/bootstrap.el index f66cde927..89f3278e8 100644 --- a/bootstrap.el +++ b/bootstrap.el @@ -29,13 +29,6 @@ (defconst IS-LINUX (eq system-type 'gnu/linux)) (defconst IS-WINDOWS (eq system-type 'windows-nt)) - ;; Ensure that cask is in the right place - ;; (let ((cask-dir (cond (IS-MAC "/usr/local/share/emacs/site-lisp/cask") - ;; (t "~/.cask")))) - ;; (unless (file-exists-p cask-dir) - ;; (error "Cask folder not found")) - ;; (push cask-dir load-path)) - ;; Helper for traversing subdirectories recursively (defun --subdirs (path &optional include-self) (let ((result (if include-self (list path) (list))))