mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Major overhaul
This commit is contained in:
10
modules/init-php.el
Normal file
10
modules/init-php.el
Normal file
@ -0,0 +1,10 @@
|
||||
(use-package php-mode
|
||||
:mode "\\.\\(php\\|inc\\)$"
|
||||
:config
|
||||
(progn
|
||||
(add-hook! 'php-mode-hook (setq my-run-code-interpreter "php"))
|
||||
(setq php-template-compatibility nil)))
|
||||
|
||||
|
||||
(provide 'init-php)
|
||||
;;; init-php.el ends here
|
Reference in New Issue
Block a user