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 ()
|
(php-mode . (lambda ()
|
||||||
(setq-local phpactor-executable
|
(setq-local phpactor-executable
|
||||||
(executable-find "phpactor"))))
|
(executable-find "phpactor"))))
|
||||||
(php-mode . my/php-mode-face-setup)) ;; Add custom face hook
|
(php-mode . my/php-mode-face-setup))
|
||||||
:mode ("\\.php\\'")
|
:mode ("\\.php\\'")
|
||||||
:config
|
:config
|
||||||
(defun my/php-mode-face-setup ()
|
(defun my/php-mode-face-setup ()
|
||||||
|
|
@ -95,7 +95,6 @@
|
||||||
(use-package phpactor
|
(use-package phpactor
|
||||||
:after php-mode)
|
:after php-mode)
|
||||||
|
|
||||||
|
|
||||||
(use-package smartparens
|
(use-package smartparens
|
||||||
:config (require 'smartparens-config)
|
:config (require 'smartparens-config)
|
||||||
:init (smartparens-global-mode))
|
:init (smartparens-global-mode))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue