Commit Graph

16 Commits

Author SHA1 Message Date
49c56e603f Enable auto-complete via TAB in most modes through a defadvice 2012-08-25 12:51:35 +03:00
dc403bd36f Reorganize ruby-mode customizations a bit 2012-08-25 12:48:48 +03:00
44889bb781 Change custom keybinding in ruby-mode to not conflict with ace-jump 2012-08-14 12:43:17 +01:00
fe0d99d2f0 Activate highlight-indentation-current-column-mode for Ruby 2012-08-01 09:23:49 +01:00
321846cc61 Restructure ruby-mode customizations a bit 2012-07-03 19:10:23 +01:00
18acec2c60 Treat *.jbuilder files as Ruby files 2012-06-21 10:29:28 +01:00
61bfb8f36d Use functions instead of lambdas for mode customizations 2012-04-21 20:04:48 +01:00
26ef3e957a Use ruby-mode for *.prawn files 2012-04-20 16:47:05 +01:00
83ac0f81cc Add console-friendly keybinding for executing Ruby code in buffer 2012-04-19 00:47:55 +01:00
5763035187 Enable hs-mode (HideShow) within ruby-mode 2012-04-13 00:36:53 +01:00
1c6d48d2e3 Add workaround for missing ruby-insert-end function from ruby-mode 2012-04-07 11:30:21 +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
02703aed46 Set <RET> in ruby-mode to reindent-then-newline-and-indent
I switched from this very behavior a couple of days ago cause the
reindenting was causing my headaches every now and then. But not having
has been causing me even bigger headaches.
2012-03-27 17:08:20 +01:00
b858438d17 Enable highlight-indentation-current-column-mode in most languages 2012-03-27 14:55:07 +01:00
ca95cf162b Set <RET> key in ruby-mode to only indent the newly created line 2012-03-24 11:46:37 +00:00
25e17c915e changes the concept of "languages" to "mode-customizations" 2012-03-09 10:24:20 +00:00