Commit Graph

151 Commits

Author SHA1 Message Date
ea6cd9d5d0 stole a better duplicate-line function from the internet 2012-02-11 20:50:20 +00:00
a379d2d9f0 improved keybinding to align-to-equals 2012-02-11 20:49:53 +00:00
1aaa930099 reshuffled an astray OSX-specific keybinding 2012-02-11 20:49:35 +00:00
bd602adf63 let's make it easier regex 2012-02-11 20:48:19 +00:00
926b048766 cleaned up keybindings.el a little bit 2012-02-10 17:47:20 +00:00
0ef4492711 added a working align-to-equals helper function and keybindings 2012-02-10 17:46:16 +00:00
ab0ec32a8f comments are good 2012-02-10 16:26:38 +00:00
212168c84c cleaned up appearance.el a little 2012-02-10 16:25:31 +00:00
f38a13c7b8 added mouse support when running in a console 2012-02-10 16:25:22 +00:00
a228f08d7d cleaner undo/redo keybindings 2012-02-10 01:24:15 +00:00
bd39be3010 disable electric-indent-mode as it causes issues with ruby-mode for me 2012-02-10 01:17:14 +00:00
c5c8eefe60 cleaned up ruby-mode hook a bit 2012-02-10 01:16:51 +00:00
224ff807de got rid of autopair in favour of electric-pair-mode, and also enabled the other electric-* modes that are new to Emacs 24.x 2012-02-10 00:37:54 +00:00
748fce6419 customized shell-script-mode (sh-mode) with FCI and linum 2012-02-04 17:56:06 +00:00
67947d855b played with evil (vim-like mode) a bit 2012-02-04 17:55:04 +00:00
8d57e7ba4a I like single quotes in my ruby 2012-02-01 15:34:59 +00:00
19b9e0b8c5 C-c . is ECB's prefix key, so set forced Rsense completion to C-c C-. 2012-01-10 16:50:15 +00:00
c666c394b4 added easier window-resize keybindings 2012-01-10 16:49:45 +00:00
6b289bd125 added tiling.el and C-\ for cycling between tile configurations (doesn't work in frame with a visible ECB window) 2012-01-10 16:49:29 +00:00
9c4b8236c5 added slight more details to insert-hash and M-3 keybinding 2012-01-09 11:52:07 +00:00
eddda43759 Merge pull request #1 from andrewgarner/7c6c2e0d70f40cc436e6f67e418f921b57b0a2aa
Function to insert hash symbol
2012-01-09 03:49:24 -08:00
Andrew Garner
7c6c2e0d70 Added function to insert hash symbol 2012-01-09 11:38:01 +00:00
aa235386da added Rsense package for ruby development, and tweaked auto-complete settings slightly 2012-01-09 11:33:52 +00:00
224baa93f9 use uniquify to deal with files of the same name in a better way 2012-01-07 20:39:03 +00:00
998e6b2c5b cleaned up behavior.el a bit 2012-01-07 20:27:00 +00:00
5434453092 moved scrolling behavior customizations from appearance.el to behavior.el 2012-01-07 20:26:51 +00:00
dd98f4f45a correct name of commented out original birds-of-paradise them 2012-01-07 20:11:51 +00:00
abe656d66d removed some legacy commented out stuff 2012-01-06 09:26:54 +00:00
74c0118572 removed customize setting for fci-rule-color as it's now defined in the birds-of-paradise-plus them 2012-01-06 09:24:32 +00:00
14c38e38ff split out behavior stuff from init.el into behavior.el 2012-01-06 09:23:59 +00:00
64e9a575d7 renamed bird-of-paradise-plus package to a more accurate name, and hook it into load-theme correctly 2012-01-06 09:23:25 +00:00
e4dea9d1fd the tab-width command wasn't working, and I actually wanna use the default 4 space indent, and I want return to indent the new line. 2012-01-05 14:51:33 +00:00
9f80eb6d32 temporarily disabled flymake-coffee as it was causing some issues which I haven't had time to dig into yet 2012-01-05 14:51:00 +00:00
209acc13c9 having two node-like definitions seemed to cause issues 2012-01-05 14:49:58 +00:00
1b72b91448 added some basic customizations to python-mode 2011-12-21 01:19:10 +00:00
f8222f65ab enabled downcase-region and upcase-region commands 2011-12-21 01:17:18 +00:00
0342a89f3c more powerful default font declaration 2011-12-21 01:16:22 +00:00
9ab792649a ignore specific folders within ruby projects in eproject and ack 2011-12-21 01:16:06 +00:00
8945087b4e textmate-goto-file is faster than eproject-find-file as the former caches the file list, hence I've switched back to mainly using textmate-mode for quickly changing file, but still got eproject for other things 2011-12-07 23:15:42 +00:00
705f3a479d ignore all of vendor in eproject 2011-12-07 23:14:31 +00:00
ed4e631be4 tweaked project definitions 2011-12-07 09:55:04 +00:00
acfa243b64 tweaked eproject-related keybindings 2011-12-07 09:54:55 +00:00
7892f66391 started playing with eproject 2011-12-06 14:49:58 +00:00
8422076ee2 increase undo limit 2011-12-03 12:21:42 +00:00
8d1430e374 tweaked ECB window slightly 2011-12-03 12:21:34 +00:00
08aab5b680 changed ecb layout toggle sequence to standard left13 and left15 layouts 2011-11-30 09:41:54 +00:00
5fac5c7b53 corrected ECB source paths 2011-11-30 09:28:10 +00:00
9995e8c802 created a custom ECB layout and changed the layout toggle sequence 2011-11-30 09:19:22 +00:00
ffafa8629f improved a comment, YAY! :P 2011-11-30 09:17:42 +00:00
64c21f2ba6 added non-special keybindings for comment-or-uncomment-region-or-line 2011-11-29 23:58:56 +00:00