Commit Graph

110 Commits

Author SHA1 Message Date
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
8d55533cde Added auto-complete history file to .gitignore. 2011-11-13 15:24:36 +00:00
f1e5d8ef3c Hide scrollbars, make fringe half-width. 2011-11-13 15:23:36 +00:00
3df96f18f3 Another try at using auto-complete, lets see if I stick with it this time :) 2011-11-13 15:23:20 +00:00
4f9e50949d Emacs apparently has a built-in python-mode already, and I don't need it yet anyway. I'll figure it out when I get there. 2011-11-13 15:22:52 +00:00
5bd0c11c97 I switched back to escreen, it's just nicer than elscreen. 2011-11-13 15:22:18 +00:00
8d2747cdc8 I've switched back to elscreen after a couple of months with escreen to further try to figure out which I prefer. 2011-11-12 11:57:15 +00:00
2d214ffcce cleaner formatting of elscreen and escreen keybindings 2011-11-12 11:56:25 +00:00
9b30cdb012 C-? is used by undo tree, so map set transparency keybinding to C-| instead 2011-11-12 11:56:00 +00:00
5391d482bc make C-x i switch windows in reverse just like I had C-x C-i doing for consistency 2011-11-12 11:55:16 +00:00
9c7ab29f97 Turned all swap and resize window keybindings into functions.
When they were called with lambda they'd cause delete-selection-mode to stop working every now and then. Don't know why, but at least this fixes it.
2011-11-12 11:54:00 +00:00
64d6829468 cleaned up helpers.el a bit 2011-11-12 11:51:50 +00:00
1d46a50887 removed yasnippet init code, as it's not actually needed 2011-11-12 10:55:39 +00:00
cb0c108331 added features param to two custom packages 2011-11-12 10:55:15 +00:00
af2bf99ff2 alphabetically sort custom defined packages 2011-11-12 10:17:18 +00:00
40c1ab0b83 tried to get ECB working, but Cedet kept causing fatal errors 2011-11-12 00:04:11 +00:00
e5ba0924f5 cleaned out a few packages I don't really use 2011-11-12 00:02:56 +00:00
b85dbf862f load in dirtree via el-get instead of custom added files to vendor directory 2011-11-12 00:02:34 +00:00
27fbaf5624 updated ack ignore dirs 2011-11-11 22:44:53 +00:00
eee6ca2693 display active screen number in Escreen a bit more clearly, specially when in a console 2011-11-10 08:45:44 +00:00
bd36270c52 disable menu-bar mode (only takes effect when emacs is running in a console) 2011-11-10 08:45:08 +00:00
fc917547a5 make emacs aware of my node.js bins directory
This is a temporary hack pointed at the exact version of node.js I have installed. Hopefully I can come up with a more generic way to do it later.
2011-11-09 13:37:58 +00:00
4b55bca90c updated coffee-mode customizations 2011-11-09 13:37:07 +00:00
a783d7e1b6 added customizations to js-mode (javascript-mode) 2011-11-09 13:36:58 +00:00
761d2a4f7f org-mode settings in custom-variables 2011-11-04 12:19:54 +00:00
5cb6eff376 got rid of fixed stock yasnippet snippets, as the fix has been applied to the main repo, leaving only my own customizations in my config 2011-11-04 12:19:37 +00:00
Jim
2358fc3014 added python-mode to package list 2011-10-31 12:04:13 +00:00