style
This commit is contained in:
parent
98050b8b2e
commit
8187b9655a
1 changed files with 1 additions and 2 deletions
3
init.el
3
init.el
|
|
@ -85,7 +85,7 @@
|
|||
(php-mode . (lambda ()
|
||||
(setq-local phpactor-executable
|
||||
(executable-find "phpactor"))))
|
||||
(php-mode . my/php-mode-face-setup)) ;; Add custom face hook
|
||||
(php-mode . my/php-mode-face-setup))
|
||||
:mode ("\\.php\\'")
|
||||
:config
|
||||
(defun my/php-mode-face-setup ()
|
||||
|
|
@ -95,7 +95,6 @@
|
|||
(use-package phpactor
|
||||
:after php-mode)
|
||||
|
||||
|
||||
(use-package smartparens
|
||||
:config (require 'smartparens-config)
|
||||
:init (smartparens-global-mode))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue