Change to MELPA repo

This commit is contained in:
Jesús
2020-12-09 21:27:12 -05:00
parent 8f5c76f5d7
commit 594d61e319

View File

@@ -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 ()