branch: externals/m-buffer
commit fd9d92a0aa50379ee36f1490831a23c5c261161c
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
Added marmalade for noflet.
ert-runner depends on noflet, which isn't in melpa-stable.
---
Cask | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cask b/Cask
index b7b1f89066..939695a007 100644
--- a/Cask
+++ b/Cask
@@ -1,8 +1,8 @@
(source gnu)
(source melpa-stable)
+(source marmalade)
(package-file "m-buffer.el")
(development
(depends-on "ert-runner"))
-