Commit Graph

273 Commits

Author SHA1 Message Date
fbfb3e3a6b Explicitly require feature-mode and fill-column-identifier
For some reason the autoload stuff isn't working and it just complains
about can't find file `feature-mode/feature-mode` or
`fill-column-identifier/fill-column-identifier`.
2012-07-02 23:49:20 +01:00
e9a494acd3 Install feature-mode, fci-mode and highlight-indentation from Melpa 2012-07-02 23:44:27 +01:00
0c9b8de563 Add some customizations for minimap-mode 2012-07-02 10:28:13 +01:00
34aac1f327 Install twilight-anti-bright-theme from melpa 2012-07-02 10:27:46 +01:00
aa29eaf442 Add browse-kill-ring package 2012-07-02 10:27:21 +01:00
f80e7ecf78 Install melpa package first 2012-07-02 10:26:58 +01:00
97eb858ea5 Add minimap package 2012-07-02 02:01:24 +01:00
3330d48488 Disable twilight-bright-theme package 2012-07-02 02:01:21 +01:00
4b632b422d Fix twilight-anti-bright-theme package 2012-07-02 02:01:19 +01:00
d81afa7417 Disable flymake-elisp and rsense packages 2012-07-02 02:01:17 +01:00
b0d5924d0e Remove auto-complete-emacs-lisp package 2012-07-02 02:01:15 +01:00
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