From c1a748bd640aeeb1aef0a289f5b05519a46421d8 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 4 Dec 2011 12:49:31 -0600 Subject: Cleaned up color themes a little. Added thirdparty color theme elisp for os x. --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index d3e32d4..4252c67 100644 --- a/init.el +++ b/init.el @@ -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 ;;;; -- cgit v1.2.3