mirror of
https://github.com/correl/doom-modeline.git
synced 2024-12-18 03:00:10 +00:00
Add cask.
This commit is contained in:
parent
7607cc5c81
commit
6d898bc7d6
2 changed files with 5 additions and 3 deletions
|
@ -19,4 +19,5 @@ before_install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- emacs --version
|
- emacs --version
|
||||||
# - emacs --batch -f batch-byte-compile ../doom-modeline/doom-modeline.el
|
- pwd
|
||||||
|
- cask emacs cask --batch -f batch-byte-compile ../doom-modeline/doom-modeline.el
|
||||||
|
|
3
Cask
3
Cask
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
(package "doom-modeline" "0.2.0" "A fancy mode-line from DOOM Emacs.")
|
(package "doom-modeline" "0.2.0" "A fancy mode-line from DOOM Emacs.")
|
||||||
|
|
||||||
(depends-on "all-the-icons")
|
(package-file "doom-modeline.el")
|
||||||
|
|
||||||
(development
|
(development
|
||||||
(depends-on "ert-runner"))
|
(depends-on "ert-runner"))
|
||||||
|
|
Loading…
Reference in a new issue