From 758f804608cb0a6a37d2b9e95d6022ec543e436a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 27 Dec 2015 02:59:25 -0500 Subject: [PATCH] Temporarily disable hack-mode --- Cask | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cask b/Cask index 782a6c7f1..c4064ac4b 100644 --- a/Cask +++ b/Cask @@ -181,11 +181,11 @@ ;; PHP -- modules/module-php.el (depends-on "php-mode") (depends-on "php-refactor-mode") -(depends-on "php-extras" :git "https://github.com/arnested/php-extras") -(depends-on "hack-mode" - :git "https://github.com/facebook/hhvm" - :files ("hphp/hack/editor-plugins/emacs/*.el")) (depends-on "php-boris") +(depends-on "php-extras" :git "https://github.com/arnested/php-extras") +;; (depends-on "hack-mode" +;; :git "https://github.com/facebook/hhvm" +;; :files ("hphp/hack/editor-plugins/emacs/*.el")) ;; Python -- modules/module-python.el (depends-on "anaconda-mode")