mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Updating Doom Emacs.
This commit is contained in:
@@ -1,19 +1,22 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/php/packages.el
|
||||
|
||||
(package! php-boris)
|
||||
(package! php-extras :recipe (:host github :repo "arnested/php-extras"))
|
||||
(package! php-mode)
|
||||
(package! php-refactor-mode)
|
||||
(package! phpunit)
|
||||
(package! php-boris :pin "f2faebf610")
|
||||
(package! php-extras :recipe (:host github :repo "arnested/php-extras") :pin "d410c5af66")
|
||||
(package! php-mode :pin "b5d9988100")
|
||||
(package! php-refactor-mode :pin "7a794b0618")
|
||||
(package! phpunit :pin "fe6bc91c3b")
|
||||
|
||||
(when (featurep! +hack)
|
||||
(package! hack-mode :recipe (:host github :repo "hhvm/hack-mode")))
|
||||
(package! hack-mode :recipe (:host github :repo "hhvm/hack-mode") :pin "fd6a661b09"))
|
||||
|
||||
(unless (featurep! +lsp)
|
||||
(package! phpactor)
|
||||
(package! phpactor :pin "31fe2ea4db")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-phpactor)))
|
||||
(package! company-phpactor :pin "31fe2ea4db")))
|
||||
|
||||
(when (featurep! :editor format)
|
||||
(package! php-cs-fixer))
|
||||
(package! php-cs-fixer :pin "95eace9bc0"))
|
||||
|
||||
;; For building php-extras
|
||||
(package! async :pin "86aef2c38e")
|
||||
|
||||
Reference in New Issue
Block a user