diff options
| author | Luke Hoersten <[email protected]> | 2011-12-04 12:49:31 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2011-12-04 12:49:31 -0600 |
| commit | 5bab49313c0d415a46ffd8de1f25d391ef14e8a2 (patch) | |
| tree | 73cbebbd224d25f58e039f13535474bade74021e /init.el | |
| parent | 578fab8c3e86a96d91d93054bdba735d496e9da4 (diff) | |
Cleaned up color themes a little. Added thirdparty color theme elisp for os x.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ (defun get-font () "Get appropriate font based on system and hostname." (cond - ((string-match "darwin" (emacs-version)) "Menlo-12") + ((string-match "darwin" (emacs-version)) "Ubuntu Mono-14") ((string-match "RichardParker" (system-name)) "Ubuntu Mono-8.5") ((string-match "HoldenCaulfield" (system-name)) "Ubuntu Mono-10.5") ((string-match "lhoersten-66113" (system-name)) "Ubuntu Mono-10.5") @@ -65,7 +65,7 @@ 'eshell-mode-hook (lambda () (setenv "TERM" "emacs") ; enable colors - (setenv "PATH" (concat "/opt/ghc7/bin:" "~/.cabal/bin:" (getenv "PATH"))))) + (setenv "PATH" (concat "~/.cabal/bin:" (getenv "PATH"))))) ;;;; Mode-Specific ;;;; |
