aboutsummaryrefslogtreecommitdiffstats
path: root/custom.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-08-07 20:07:43 -0500
committerJesús <heckyel@hyperbola.info>2018-08-07 20:07:43 -0500
commitaf69d7169661b8970bd832d9d776702b3a8671e9 (patch)
tree4bfc23979451bade64a4548128285f5a6d9223b8 /custom.el
parentf383a5ca9a3cf7988809c278ee61f3e7e3bb2d30 (diff)
downloademacs-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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom.el b/custom.el
index a2d37de..8e28b49 100644
--- a/custom.el
+++ b/custom.el
@@ -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.