mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05: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:
|
||||
- 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
|
||||
|
|
5
Cask
5
Cask
|
@ -2,6 +2,7 @@
|
|||
|
||||
(package "doom-modeline" "0.2.0" "A fancy mode-line from DOOM Emacs.")
|
||||
|
||||
(depends-on "all-the-icons")
|
||||
(package-file "doom-modeline.el")
|
||||
|
||||
(development
|
||||
(depends-on "ert-runner"))
|
||||
(depends-on "ert-runner"))
|
||||
|
|
Loading…
Add table
Reference in a new issue