src.nth.io/

summaryrefslogtreecommitdiff
path: root/init.el
AgeCommit message (Collapse)AuthorFilesLines
2011-05-14Moved 3rd party libs to separate dir and added optional scion haskell support.Luke Hoersten1-15/+28
--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-03Added eclipse-style line moving and eshell init.Luke Hoersten1-1/+7
2010-12-21Removed auto-complete mode and cleaned up ibuffer groups.Luke Hoersten1-18/+12
2010-12-12Fixed font problem and removed os-specific config files.Luke Hoersten1-16/+37
2010-12-12Reorganized a ton. Split into 3 main sections: General, Modes, and Requires.Luke Hoersten1-94/+113
2010-12-04Started using eshell with TERM=emacs for bash colors.Luke Hoersten1-1/+2
2010-11-29Added align-with-spaces require.Luke Hoersten1-21/+13
2010-11-06Aquamacs comes with more features so I removed some mac stuff.Luke Hoersten1-0/+5
2010-11-03Added OS specific configs.Luke Hoersten1-25/+20
2010-10-06Added more haskell mode settingsLuke Hoersten1-6/+14
2010-09-28Removed hide-lines which hides lines based on a regex.Luke Hoersten1-1/+0
2010-09-28Added some old files.Luke Hoersten1-8/+3
2010-09-28Rearrainged init.elLuke Hoersten1-54/+66
--HG-- rename : emacs.el => init.el extra : rebase_source : 270edb95cf3c0d0f92355624165a58e95a490001
2010-08-08More random cleanups.Luke Hoersten1-5/+20
2009-12-13Updated nav and yasnipped modes as well as cleaned up the pastebin script.Luke Hoersten1-2/+6
2009-12-13Rename file in header.Luke Hoersten1-1/+1
2009-12-13Refactored setq calls to use the multi-variable form.Luke Hoersten1-55/+66
2009-12-13Moved emacs.el to init.el since I'm now using it in my .emacs.d directory.Luke Hoersten1-0/+110
--HG-- rename : emacs.el => init.el