Change to MELPA repo
This commit is contained in:
parent
8f5c76f5d7
commit
594d61e319
@ -4,15 +4,18 @@
|
||||
|
||||
;;; Code:
|
||||
(use-package php-refactor-mode
|
||||
:pin "MELPA"
|
||||
:after (php-mode)
|
||||
:mode ("\\.php\\'" . php-mode)
|
||||
:hook
|
||||
(php-mode . php-refactor-mode))
|
||||
|
||||
(use-package php-mode
|
||||
:pin "MELPA"
|
||||
:ensure t)
|
||||
|
||||
(use-package company-php
|
||||
:pin "MELPA"
|
||||
:ensure t
|
||||
:config
|
||||
(defun cfg:php-mode-hook ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user