| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-23 | Added an unused heml-init.el | Luke Hoersten | 5 | -10/+57 | |
| 2015-05-11 | Lots of random changes. Stopped using Chris Done's haskell-flycheck. | Luke Hoersten | 3 | -120/+29 | |
| 2015-04-04 | Tons of updates. | Luke Hoersten | 2 | -77/+21 | |
| 2015-02-04 | Big updates to haskell-mode stuff. | Luke Hoersten | 10 | -106/+536 | |
| 2014-11-19 | Moved lisp files to their own dir. | Luke Hoersten | 5 | -1/+4 | |
| 2014-11-19 | Messing with new haskell mode. | Luke Hoersten | 1 | -2/+18 | |
| 2014-05-10 | Disabled flymake in favor of ghc-mod. | Luke Hoersten | 1 | -18/+10 | |
| 2014-01-30 | Added markdown mode. | Luke Hoersten | 2 | -2/+1 | |
| 2013-10-31 | Removed bell and added menu bar on OS X. | Luke Hoersten | 1 | -1/+2 | |
| 2013-10-30 | Updates to moveline. | Luke Hoersten | 2 | -17/+25 | |
| 2013-07-10 | Updated packages | Luke Hoersten | 1 | -12/+5 | |
| 2013-07-10 | Fixed mode hooks to all be functions. | Luke Hoersten | 1 | -3/+4 | |
| 2013-07-05 | Still need to tell eshell it's an emacs term to get bash color. | Luke Hoersten | 1 | -0/+1 | |
| 2013-07-04 | Fixed up some more haskell issues. | Luke Hoersten | 1 | -13/+9 | |
| 2013-06-30 | Fixed a bug with the haskell-mode-hook | Luke Hoersten | 2 | -26/+9 | |
| 2013-06-27 | Removed more unused init code. | Luke Hoersten | 1 | -53/+42 | |
| 2013-06-26 | Stabalized new packages and modes. | Luke Hoersten | 2 | -26/+59 | |
| 2013-06-25 | Tons more cleanups after emacs24 update. | Luke Hoersten | 3 | -69/+18 | |
| 2013-06-24 | Moved snippets | Luke Hoersten | 1 | -3/+1 | |
| 2013-06-24 | Updated to emacs24 with package management and load-theme | Luke Hoersten | 14 | -3889/+64 | |
| 2013-06-22 | Cleaned up unused modes. | Luke Hoersten | 4 | -1606/+17 | |
| 2012-10-15 | Minor haskell updates. | Luke Hoersten | 2 | -14/+29 | |
| 2012-03-25 | Added clojure mode to ibuffer. | Luke Hoersten | 1 | -7/+1 | |
| 2012-03-25 | Updated zencoding mode. | Luke Hoersten | 1 | -217/+483 | |
| 2012-03-01 | Added clojure mode. | Luke Hoersten | 2 | -0/+1208 | |
| 2012-02-16 | Updated solarized again. | Luke Hoersten | 1 | -246/+310 | |
| 2012-02-16 | More updates to solarized. | Luke Hoersten | 2 | -23/+42 | |
| 2012-02-13 | Added solarized color theme. | Luke Hoersten | 9 | -2/+613 | |
| 2011-12-04 | Cleaned up color themes a little. Added thirdparty color theme elisp for os x. | Luke Hoersten | 3 | -81/+1670 | |
| 2011-11-20 | Changes to reflect Ubuntu 11.10 upgrade. | Luke Hoersten | 2 | -9/+9 | |
| 2011-10-03 | Split out some init files. | Luke Hoersten | 5 | -31/+53 | |
| 2011-06-15 | Added newline support and 4-width tabs in python. | Luke Hoersten | 1 | -2/+3 | |
| 2011-06-05 | Fixed some minor bugs. | Luke Hoersten | 2 | -9/+8 | |
| 2011-06-05 | Fixed proved/require bugs. | Luke Hoersten | 2 | -1/+2 | |
| 2011-05-18 | Split off programming language-specific custimizations to separate init files. | Luke Hoersten | 4 | -75/+90 | |
| 2011-05-16 | Cleaned up broken python mode stuff. | Luke Hoersten | 2 | -7/+2 | |
| 2011-05-16 | Removed unicode and pretty-modes for better alignment. | Luke Hoersten | 2 | -307/+0 | |
| 2011-05-16 | Added rainbow-delimiter (multi-colored parens) mode and updated twilight ↵ | Luke Hoersten | 3 | -16/+420 | |
| color theme. | |||||
| 2011-05-16 | Removed extranious lambda quotes. | Luke Hoersten | 1 | -7/+7 | |
| 2011-05-14 | Moved 3rd party libs to separate dir and added optional scion haskell support. | Luke Hoersten | 10 | -22/+34 | |
| --HG-- rename : hoersten-align-with-spaces.el => align-with-spaces.el rename : hoersten-pastebin-region.el => pastebin-region.el rename : color-theme-twilight.el => thirdparty/color-theme-twilight.el rename : pretty-mode.el => thirdparty/pretty-mode.el rename : vala-mode.el => thirdparty/vala-mode.el rename : zencoding-mode.el => thirdparty/zencoding-mode.el | |||||
| 2011-04-03 | Added eclipse-style line moving and eshell init. | Luke Hoersten | 3 | -1/+38 | |
| 2010-12-21 | Removed auto-complete mode and cleaned up ibuffer groups. | Luke Hoersten | 1 | -18/+12 | |
| 2010-12-12 | Fixed font problem and removed os-specific config files. | Luke Hoersten | 3 | -40/+37 | |
| 2010-12-12 | Reorganized a ton. Split into 3 main sections: General, Modes, and Requires. | Luke Hoersten | 1 | -94/+113 | |
| 2010-12-04 | Started using eshell with TERM=emacs for bash colors. | Luke Hoersten | 1 | -1/+2 | |
| 2010-11-29 | Added align-with-spaces require. | Luke Hoersten | 6 | -24/+35 | |
| 2010-11-06 | Aquamacs comes with more features so I removed some mac stuff. | Luke Hoersten | 3 | -5/+6 | |
| 2010-11-03 | Fixed up some Mac keys. | Luke Hoersten | 1 | -1/+3 | |
| 2010-11-03 | Added OS specific configs. | Luke Hoersten | 3 | -25/+45 | |
| 2010-10-06 | Added more haskell mode settings | Luke Hoersten | 1 | -6/+14 | |
