Commit Graph

136 Commits

Author SHA1 Message Date
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
387837c8cb don't active ECB on Emacs startup in console mode 2011-11-29 23:38:14 +00:00
73a8f0ef94 customize the default ecb highlight color 2011-11-29 23:37:43 +00:00
4ad9962809 removed whitespace 2011-11-29 23:16:21 +00:00
119bf654d6 removed helper to execute ruby code, as ruby-compilation supplies functions for this 2011-11-29 23:16:07 +00:00
a13d398e1e ensure recently added global keybindings work in ruby-mode as some ruby-related packages have keybindings hard-coded 2011-11-29 23:13:48 +00:00
f56b323ce1 tweaked and added a number of keybindings 2011-11-29 23:12:56 +00:00
dd8371c19f define special unicode whitespace characters with the unicode code rather than the character itself 2011-11-29 23:10:28 +00:00
a8332fd34a scroll 10 lines when shift is held 2011-11-29 23:09:48 +00:00
f0727e1b3f initialize packages via an initialize-packages function that's called at the end of loading up configs 2011-11-29 23:09:24 +00:00
93e578e69f started seriously using ECB 2011-11-29 23:07:53 +00:00
cdf0679eb9 load auto-complete addons 2011-11-22 17:48:34 +00:00
d56cf45333 got rid of auto-complete-ruby and auto-complete-css as they don't work out of the box, and I'm lazy 2011-11-22 17:48:20 +00:00
675238d7d7 removed C-w keybinding for backward-kill-word -- I prefer the default kill-region behavior 2011-11-18 11:46:54 +00:00
6e0271a31e Played around with ECB, specifically getting speedbar running within ECB.
Disabled it for now, as I'm having some issues with speedbar stealing focus from the minibuffer every 1-2 seconds if it's set to auto-update.
2011-11-16 00:15:40 +00:00
c38d910344 Disable global linum-mode, and only activate it in specific modes where I want it.
This gives me more space in the Speedbar frame as it doesn't show line numbers anymore.
2011-11-15 18:01:43 +00:00