Commit Graph

6 Commits

Author SHA1 Message Date
41df915118 Add subword-mode to all relevant modes 2013-05-07 09:05:08 +01:00
7d48783944 Enable auto-complete-mode for major modes where it's useful 2012-07-03 19:11:13 +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