Commit Graph

94 Commits

Author SHA1 Message Date
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
f82fe2e11c setup org-mode and remember for note taking and todos 2011-10-12 11:16:11 +01:00
13d50a934a updated fci-mode settings 2011-10-12 11:14:37 +01:00
2cd9fdbf34 ensure ruby-mode doesn't insert encoding comments 2011-10-12 11:14:26 +01:00
9880f0f77d fixes typo in cucumber init file 2011-10-12 11:13:54 +01:00
c6ba20d4db got rid of C-z o, C-z C-o, C-z i and C-z C-i for switching screens in Escreen 2011-10-11 11:05:51 +01:00
953e052adb yasnippet package is pulled from new git repo 2011-10-11 11:03:12 +01:00
4da8338680 enabled fci-mode in a number of programming language modes 2011-10-07 22:11:52 +01:00
cfa5e6134d switched to an experimental branch of yasnippet that works with fci-mode 2011-10-07 22:11:10 +01:00
7303b2d183 reorganized keybindings file a bit 2011-10-07 22:10:13 +01:00
6d6d6bd50a set scroll margin to 0 again, and changed mouse-wheel scroll steps from 1 to 2 2011-10-07 22:09:56 +01:00
00dcb90f8a added eproject to package list, gonna play with it later 2011-10-05 11:55:16 +01:00
291e6683a3 use IBuffer instead of standard buffer mode with C-x C-b 2011-10-05 11:54:50 +01:00
60bcf8a8ea initialize yasnippet in what I believe is a "safer" way 2011-10-05 11:54:13 +01:00
5211216e71 only use linum+ in console mode 2011-10-05 11:53:41 +01:00
a1746f602b added gist package 2011-10-04 13:42:15 +01:00
86317517d4 updated el-get to latest commit on 3.stable branch 2011-10-04 13:42:06 +01:00