emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit b78eb9550db1447a18feb81b25d9f79c24389716
parent 1a0d52d67f84921ae3ba4e0d6095ef360f62554a
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Mon, 19 Sep 2016 20:49:06 +0530

Remove org-bullets from project dependencies

Diffstat:
MCask | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Cask b/Cask @@ -9,6 +9,4 @@ (depends-on "ecukes") (depends-on "ert-runner") (depends-on "el-mock") - (depends-on "noflet") - ;; Needed for testing emojification of composed text - (depends-on "org-bullets")) + (depends-on "noflet"))