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 /custom.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 'custom.el')
| -rw-r--r-- | custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ '(anzu-search-threshold 1000) '(package-selected-packages (quote - (pkgbuild-mode markdown-mode sublime-themes sml-modeline smart-mode-line-powerline-theme nlinum flycheck anzu)))) + (ac-php smarty-mode php-mode pkgbuild-mode markdown-mode flycheck anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line nlinum sublime-themes)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |
