Refine php+-mode customizations a bit, including 2 space indents

This commit is contained in:
2012-08-25 12:49:12 +03:00
parent dc403bd36f
commit f974790e79

View File

@@ -7,6 +7,10 @@
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(highlight-indentation-mode))
(setq php-basic-offset 2)
(setq tab-width 2)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode))
(add-hook 'php+-mode-hook 'customizations-for-php+-mode)