mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Refine php+-mode customizations a bit, including 2 space indents
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user