Skip to content

Commit 413e1b1

Browse files
committed
Add Keg for building
Keg is a candidate to replace Cask in the future, but Cask is not yet removed. https://github.com/conao3/keg.el
1 parent bceb301 commit 413e1b1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.cask/
2+
/.keg/
23
/.mailmap
34
/php-mode-autoloads.el
45
*~

Diff for: Keg

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(source gnu melpa)
2+
3+
(package
4+
(php-mode
5+
(recipe . (php-mode :fetcher github :repo "emacs-php/php-mode.el"
6+
:files (:defaults "lisp/*.el")))))
7+
8+
(dev-dependency pkg-info)
9+
(dev-dependency projectile)
10+
(dev-dependency shut-up)

0 commit comments

Comments
 (0)