diff options
| author | Jesús <heckyel@hyperbola.info> | 2018-08-07 20:07:43 -0500 |
|---|---|---|
| committer | Jesús <heckyel@hyperbola.info> | 2018-08-07 20:07:43 -0500 |
| commit | af69d7169661b8970bd832d9d776702b3a8671e9 (patch) | |
| tree | 4bfc23979451bade64a4548128285f5a6d9223b8 /init.el | |
| parent | f383a5ca9a3cf7988809c278ee61f3e7e3bb2d30 (diff) | |
| download | emacs-personal-af69d7169661b8970bd832d9d776702b3a8671e9.tar.lz emacs-personal-af69d7169661b8970bd832d9d776702b3a8671e9.tar.xz emacs-personal-af69d7169661b8970bd832d9d776702b3a8671e9.zip | |
Added support PHP and smarty-mode
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ ;; Languages (require 'init-markdown) (require 'init-pkgbuild) +(require 'init-php) ;;; Loads custom file (when (file-exists-p custom-file) |
