diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-02 21:44:58 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-02 21:44:58 -0500 |
commit | 457e5c608376636f5c8d97a6c46dea1b9c25ed1c (patch) | |
tree | 05f2d17747ea408adb43bae6070470805f7237a5 /lisp/init-php.el | |
parent | f978e624893f4206ecefe841c9934d355fe6c33c (diff) | |
download | emacs-personal-457e5c608376636f5c8d97a6c46dea1b9c25ed1c.tar.lz emacs-personal-457e5c608376636f5c8d97a6c46dea1b9c25ed1c.tar.xz emacs-personal-457e5c608376636f5c8d97a6c46dea1b9c25ed1c.zip |
Added web-mode
it's only enabled in the extensions djhtml, html, tpl
see init-web-mode.el
Diffstat (limited to 'lisp/init-php.el')
-rw-r--r-- | lisp/init-php.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/init-php.el b/lisp/init-php.el index 104d4c7..3183901 100644 --- a/lisp/init-php.el +++ b/lisp/init-php.el @@ -15,6 +15,4 @@ (define-key php-mode-map (kbd "C-]") 'ac-php-find-symbol-at-point) ;goto define (define-key php-mode-map (kbd "C-t") 'ac-php-location-stack-back)))) ;go back -(use-package smarty-mode) - (provide 'init-php) |