From 9cc698bc3a2a714366dadf38e628ecd70b4238bc Mon Sep 17 00:00:00 2001 From: Dmitry Grach Date: Fri, 16 Dec 2016 11:45:38 +0300 Subject: [PATCH] Fix pug-mode dependency --- Cask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cask b/Cask index 0e53fce5f..8593f4dc7 100644 --- a/Cask +++ b/Cask @@ -279,7 +279,7 @@ (depends-on "company-web") (depends-on "emmet-mode") (depends-on "haml-mode") -(depends-on "pug-mode" :git "https://github.com/hlissner/pug-mode") +(depends-on "pug-mode" :git "https://github.com/hlissner/emacs-pug-mode") (depends-on "web-mode")