Commit Graph

55 Commits

Author SHA1 Message Date
125091dbed Tweak keybindings for projectile 2014-05-23 23:27:05 +01:00
84fe89d9d5 Remove eproject package, projectile does everything I need now 2014-05-23 23:26:21 +01:00
0b147618d5 Set PHP to use 4 space wide soft-tabs 2014-05-23 11:12:58 +01:00
a004477eff Rename config-path helper function to get-config-path 2014-04-18 16:04:59 +01:00
0a5333ec1d Switch from autopair to smartparens
The smartparens package also negates the need for ruby-electric-mode,
and doesn't play nice with cua-mode. But my use of cua-mode was due to a
bug between ECB and delete-selection-mode, which seems to now be
fixed. Hence cua-mode is out too.
2014-04-18 15:21:10 +01:00
93181c0289 Enable flymake for shell script files 2014-03-10 20:19:04 +00:00
0e2f27556b Treat "Berksfile" files as Ruby files 2013-11-04 09:28:12 +00:00
bc10d6be2d Make projectile project switching easier 2013-10-29 02:04:22 +00:00
8ddabf2245 Add Projectile 2013-10-29 01:09:53 +00:00
f0a5943e9d Tweat ruby config, and load in older ruby-mode version
The version currently bundled with emacs trunk seems to have a few
serious issues with indenting. So instead I've pulled in the older 0.9
version directly from Ruby's source code.
2013-10-23 22:12:51 +01:00
29d365f7b0 Write commit messages with git-commit-mode in style ^_^ 2013-10-20 18:36:29 +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
66e15f313e Use ruby-mode on "Cheffile" files 2013-09-23 00:12:10 +01:00
204b623011 Add support for Vagrantfile and puppet manifests 2013-07-19 11:34:42 +01:00
4fe4cd5ccc Ensure whitespace-mode's cleanup works for coffee-mode 2013-07-11 23:11:40 +01:00
2b036f2b81 Update sh-mode customizations 2013-07-11 23:11:15 +01:00
0fb76734cf Customize ack-mode to enable "q" keybinding to close result buffer 2013-06-02 15:31:50 +03:00
41df915118 Add subword-mode to all relevant modes 2013-05-07 09:05:08 +01:00
2e1b4be99c Add Dired+ and customize it slightly 2012-12-14 13:14:24 +00:00
1d07205af7 Add customizations for dired-mode 2012-12-11 17:38:38 +00:00
e81663a356 Treat *.tmuxtheme files as shell-scripts 2012-09-02 22:57:00 +01:00
49c56e603f Enable auto-complete via TAB in most modes through a defadvice 2012-08-25 12:51:35 +03:00
f974790e79 Refine php+-mode customizations a bit, including 2 space indents 2012-08-25 12:49:12 +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
8e849c660b Load up flymake properly in coffee and haml modes 2012-08-13 02:32:25 +01:00
a35f6fa301 Add SASS mode customizations 2012-08-13 02:32:03 +01:00
48b21ea267 Enable php+-mode, and adapt old php-mode customizations for it 2012-08-05 18:56:35 +01:00
fe0d99d2f0 Activate highlight-indentation-current-column-mode for Ruby 2012-08-01 09:23:49 +01:00
6d04b00939 Ensure *.hamlc files are opened opened with haml-mode 2012-07-22 12:39:58 +01:00
7d48783944 Enable auto-complete-mode for major modes where it's useful 2012-07-03 19:11:13 +01:00
321846cc61 Restructure ruby-mode customizations a bit 2012-07-03 19:10:23 +01:00
e8b4ef2385 Ensure php-mode is loaded for *.php files 2012-07-02 23:49:26 +01:00
54246c615c Add customizations for lisp-mode 2012-06-30 22:53:19 +01:00
18acec2c60 Treat *.jbuilder files as Ruby files 2012-06-21 10:29:28 +01:00
be0a7930d0 Add customizations for haml-mode, rhtml-mode, and slim-mode 2012-06-04 14:55:16 +01:00
804186fff9 Customize html-mode with linum, highlight-indentation and more... 2012-05-21 00:24:07 +01:00
59dc636a0d Indent on "RET" keypress in sh-mode 2012-04-29 02:08:53 +01:00
bcab0409f2 Change sh-mode to 2 space indentation 2012-04-21 20:05:32 +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
3bba84651b Add conf-mode customizations 2012-04-11 20:05:00 +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
1ef44eeec3 Set <RET> key in css-mode to call newline-and-indent 2012-03-24 11:46:35 +00:00