Commit Graph

10 Commits

Author SHA1 Message Date
4eebd1cc45 Added helpers and easy keybindings for HideShow mode 2014-08-10 13:44:48 +01:00
0b147618d5 Set PHP to use 4 space wide soft-tabs 2014-05-23 11:12:58 +01:00
0130de4fe9 Replace php+-mode with regular php-mode
It seems php+-mode has issues with latest trunk builds of Emacs 24.4.
2013-10-20 17:56:38 +01:00
48b21ea267 Enable php+-mode, and adapt old php-mode customizations for it 2012-08-05 18:56:35 +01:00
7d48783944 Enable auto-complete-mode for major modes where it's useful 2012-07-03 19:11:13 +01:00
e8b4ef2385 Ensure php-mode is loaded for *.php files 2012-07-02 23:49:26 +01:00
61bfb8f36d Use functions instead of lambdas for mode customizations 2012-04-21 20:04:48 +01:00
1907feb14f Disable highlight-indentation-current-column-mode for certain modes
Ruby, PHP, JavaScript and others have closing statements for code
blocks. Highlightighting the current indentation level serves as more of
annoyance than a useful tool. The same it not true for the likes of
Python or CoffeeScript for example.
2012-04-04 11:03:43 +01:00
b858438d17 Enable highlight-indentation-current-column-mode in most languages 2012-03-27 14:55:07 +01:00
25e17c915e changes the concept of "languages" to "mode-customizations" 2012-03-09 10:24:20 +00:00