Commit Graph

262 Commits

Author SHA1 Message Date
96bfedfcd4 Add tromey.com/elpa back to package-archives 2012-07-02 01:57:57 +01:00
e6061d2806 Use MELPA as main package source instead of el-get
Get packages from MELPA if available, otherwise get them via
el-get still.
2012-07-02 01:18:48 +01:00
e22abb1838 Consistency is good ^_^ 2012-06-30 22:57:43 +01:00
0596c1d8b2 Replace birds-or-paradise-plus theme with twilight-anti-bright 2012-06-30 22:57:18 +01:00
5f02510cf1 Add twilight-anti-bright-theme and twilight-bright-theme packages 2012-06-30 22:55:34 +01:00
10f1232694 Update el-get submodule 2012-06-30 22:54:59 +01:00
54246c615c Add customizations for lisp-mode 2012-06-30 22:53:19 +01:00
345e649dc9 Change font from 11pt to 10pt
Additionally only attempt to set font when running in a GUI, in a
console the terminal emulator controls the font. And cause I can't seem
to make up my mind about what font/size combo I like, I'm committing
commented out alternatives for reference and potential later use :P
2012-06-21 10:32:01 +01:00
18acec2c60 Treat *.jbuilder files as Ruby files 2012-06-21 10:29:28 +01:00
3b5268a7e4 Add rainbow-mode 2012-06-21 10:29:11 +01:00
bf6b68d355 Add ruby snippets for describe and context for use in Rspec 2012-06-21 10:28:42 +01:00
8d0d0afdbf Update package.el as a few custom packages have been merged into el-get 2012-06-04 14:55:36 +01:00
07eb016701 Update el-get to latest commit on master 2012-06-04 14:55:34 +01:00
2e7b2ff59b Reorder ECB source-paths a bit 2012-06-04 14:55:25 +01:00
be0a7930d0 Add customizations for haml-mode, rhtml-mode, and slim-mode 2012-06-04 14:55:16 +01:00
67a248e714 Add haml-mode and slim-mode 2012-06-04 14:53:53 +01:00
1ace5d35a1 Add/Remove a few ECB source paths 2012-05-24 11:34:01 +01:00
852227c2c6 Add rhtml-mode for Ruby ERB files 2012-05-21 00:24:27 +01:00
804186fff9 Customize html-mode with linum, highlight-indentation and more... 2012-05-21 00:24:07 +01:00
d1cffd9321 Add keybinding for next/prev buffer 2012-05-20 23:32:25 +01:00
59dc636a0d Indent on "RET" keypress in sh-mode 2012-04-29 02:08:53 +01:00
bcab0409f2 Change sh-mode to 2 space indentation 2012-04-21 20:05:32 +01:00
61bfb8f36d Use functions instead of lambdas for mode customizations 2012-04-21 20:04:48 +01:00
26ef3e957a Use ruby-mode for *.prawn files 2012-04-20 16:47:05 +01:00
1aa416c70c Disable flymake-coffeescript for now 2012-04-19 00:48:10 +01:00
83ac0f81cc Add console-friendly keybinding for executing Ruby code in buffer 2012-04-19 00:47:55 +01:00
5763035187 Enable hs-mode (HideShow) within ruby-mode 2012-04-13 00:36:53 +01:00
3bba84651b Add conf-mode customizations 2012-04-11 20:05:00 +01:00
6fe3b8c002 Update custom-variables.el 2012-04-10 11:43:16 +01:00
1c6d48d2e3 Add workaround for missing ruby-insert-end function from ruby-mode 2012-04-07 11:30:21 +01:00
20f19447bb Switch from the disabled flymake-coffee mode to flymake-coffeescript 2012-04-06 11:14:37 +01:00
207c93ab21 Update remaining custom recipes for changes to el-get master 2012-04-06 11:14:36 +01:00
26ff7f09ad Update custom theme recipes to take advantage of new el-get features 2012-04-06 11:14:33 +01:00
ec55e96eff Remove custom fuzzy recipe, it's in el-get's master branch 2012-04-06 11:14:29 +01:00
992506e8c3 Switch el-get from 3.stable to master branch
If you're pulling down this commit, you will probably have to nuke your
el-get directory with all installed packages and init/update the
submodules again. A lot of things have changed in el-get since 3.1 was
released.

I made the move to be able to use a couple of new features for
package/recipe definitions. And after the initial reinstall of all
packages everything worked like before :)
Switch from 3.stable to master branch of el-get

If you're pulling down this commit, you will probably have to nuke your
el-get directory with all installed packages and init/update the
submodules again. A lot of things have changed in el-get since 3.1 was
released.

I made the move to be able to use a couple of new features for
package/recipe definitions. And after the initial reinstall of all
packages everything worked like before :)
2012-04-06 11:14:25 +01:00
644a18111c Remove commented out birds-of-paradise-theme package
I now use my customize birds-of-paradise-plus-theme package instead.
2012-04-06 11:04:15 +01:00
a3a237841d Remove evil package 2012-04-06 11:03:06 +01:00
c99a571ca7 Remove dirtree package 2012-04-06 11:02:55 +01:00
749b7add73 Change tab whitespace character
I was having issues with the small right pointing triangle character
rendering properly with Monaco. But the normal sized one renders fine in
with Monaco and Menlo fonts.
2012-04-06 11:01:44 +01:00
d24b3ea5dd Update env.el for newer version of node.js 2012-04-06 09:36:15 +01:00
e91229a230 Update tomorrow-night-paradise-theme package with new Git URL 2012-04-05 21:11:45 +01:00
42298cceb0 Make scrollbar comment clearer 2012-04-05 08:36:32 +01:00
8c67eaebaf Add tomorrow theme to list of installed packages 2012-04-05 08:36:03 +01:00
1ecc48cee6 Clean up linum configuration
Part of the configuration was in packages.el right after the require
call to linum+. It's now in appearance.el next to the related linum
settings.
2012-04-05 08:35:29 +01:00
1907feb14f Disable highlight-indentation-current-column-mode for certain modes
Ruby, PHP, JavaScript and others have closing statements for code
blocks. Highlightighting the current indentation level serves as more of
annoyance than a useful tool. The same it not true for the likes of
Python or CoffeeScript for example.
2012-04-04 11:03:43 +01:00
f9e5b23a68 Fix typo in comment 2012-03-31 11:23:19 +01:00
8f25f74815 Replace electric-pair-mode with autopair-mode
To make this work without any issues, I also had to switch from
delete-selection-mode to cua-mode, disabling a number of cua-mode's
default keybindings which just annoyed me.

Read the comment in behavior.el for more details.
2012-03-31 11:19:54 +01:00
ac6e159f42 Add console-friendly keybindings for textmate-shift-[left|right] 2012-03-30 10:48:25 +01:00
02703aed46 Set <RET> in ruby-mode to reindent-then-newline-and-indent
I switched from this very behavior a couple of days ago cause the
reindenting was causing my headaches every now and then. But not having
has been causing me even bigger headaches.
2012-03-27 17:08:20 +01:00
b858438d17 Enable highlight-indentation-current-column-mode in most languages 2012-03-27 14:55:07 +01:00