Commit Graph

188 Commits

Author SHA1 Message Date
2f32571fcd Customize magit-log-edit-mode.
Hopefully this will help me write better commit messages with fewer
spelling mistakes, and without long lines.
2012-03-19 23:49:46 +00:00
6bb761965c I'm not convinced relative line numbers is for me, so I'm disabling them for a while 2012-03-19 10:17:16 +00:00
08f4d3eecf Enabled relative line numbers.
Currently done in a bit of a hacky way, I might try to turn it into a package at some point.
2012-03-13 14:44:44 +00:00
25e17c915e changes the concept of "languages" to "mode-customizations" 2012-03-09 10:24:20 +00:00
1835536c99 discovered the wonder that is auto-fill-mode 2012-03-06 18:05:46 +00:00
b117f65e2b updated a couple of comments 2012-03-06 18:05:25 +00:00
19d563028d switched console theme from tomorrow-night-bright to my own customized version of it called tomorrow-night-paradise 2012-03-05 01:25:42 +00:00
2b113a6841 moved some customizations to behavior.el 2012-03-04 22:30:49 +00:00
dc3831caa2 removed custom face for ecb as it's now included in the theme I use 2012-03-04 22:23:41 +00:00
17835e5ccf remove egg-related customize options, as I don't use egg 2012-03-04 22:22:53 +00:00
ce9f134c2e disable global smart-tab-mode as it was conflicting with auto-complete-mode 2012-03-04 16:27:33 +00:00
b999d7e225 added a missing comment 2012-03-04 16:20:38 +00:00
775979d69c added smart-tab mode 2012-03-04 16:20:21 +00:00
2f8e084b21 use the same URL specification style across the readme 2012-03-02 12:12:48 +00:00
ec5abc714b fixed broken link to build-emacs-for-osx repo 2012-03-02 12:12:21 +00:00
77bc0fa17b switched to using my own fork of the tomorrow color theme 2012-03-01 20:14:26 +00:00
489365fe1f removed commented out packages I'm not using 2012-03-01 20:11:02 +00:00
d0ef326db8 customized magit local branch name behaviour, and added additional repo dirs 2012-02-29 10:39:19 +00:00
87e87bfdff added highlight-indentation-mode to a few more languages 2012-02-29 10:08:23 +00:00
9477e36d2f removed highlight-indentation-current-column-mode from various languages 2012-02-29 10:06:52 +00:00
0c01cff613 changed magit switch behaviour 2012-02-29 09:39:51 +00:00
d0fb0cf7d7 customizations for magit 2012-02-28 21:27:11 +00:00
bcb75553c4 added magithub package 2012-02-28 21:07:14 +00:00
7f78d94878 added magit 2012-02-28 14:42:08 +00:00
c510cb8440 added highlight-indentation mode and configured specific modes for it 2012-02-28 14:12:47 +00:00
19ad03f151 fixed a stupid typo so erlang-mode customizations actually work 2012-02-27 10:44:03 +00:00
19f81010e5 updated readme 2012-02-27 10:43:47 +00:00
38d7218e4f cleaner conditional :) 2012-02-24 20:49:01 +00:00
80151dab5d cleaned up language customizations a bit 2012-02-24 20:48:47 +00:00
cb97028e82 added customizations for css-mode 2012-02-24 20:48:02 +00:00
9fb4dcd38a added M-- and M-_ keybindings for undo/redo 2012-02-24 20:47:41 +00:00
fde75218cc don't need reb-re-syntax in custom-variables.el anymore 2012-02-14 08:30:25 +00:00
d220396676 enabled evil-mode again so I can play with it when I feel like it 2012-02-14 08:10:46 +00:00
7f36e954a4 added C-c C-e keybinding to run eval-buffer 2012-02-14 08:10:04 +00:00
7423becaeb reorganized keybindings.el slightly 2012-02-14 08:09:36 +00:00
8c71c2c74e customize re-builder a bit 2012-02-14 08:08:42 +00:00
ca3256254a use relative paths for loading files 2012-02-13 10:04:39 +00:00
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