summaryrefslogtreecommitdiff
path: root/lisp/init-appearance.el
AgeCommit message (Collapse)Author
2015-06-27Use same face for org-scheduled and org-scheduled-todayKyle Meyer
2015-01-27Improve organization and consistency of filesKyle Meyer
- Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings
2015-01-22Set term face colorsKyle Meyer
2014-11-30Modify gnus faces for stekene-light themeKyle Meyer
2014-11-30Modify Org faces for stekene-light themeKyle Meyer
2014-11-30Set background of stekene-light to whiteKyle Meyer
2014-11-30Darken font-lock-keyword-face in stekene-lightKyle Meyer
2014-11-30Try out stekene-light themeKyle Meyer
2014-11-30Move custom.el face settings to init-appearance.elKyle Meyer
2014-06-06Move diminish code to single fileKyle Meyer
2014-05-10Don't set fontKyle Meyer
I'm moving this to my .Xresources file.
2014-03-15Fix new diminishingKyle Meyer
Changes in ebe6d8a were not tested at load time.
2014-03-15Diminish some more modesKyle Meyer
2014-03-09Use diminish to shorten mode lineKyle Meyer
2014-01-26Reorganize and use require-packageKyle Meyer
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.