only load birds of paradise theme when in full GUI mode

This commit is contained in:
2011-09-08 20:23:25 +01:00
parent 29bfcbfec2
commit 3554ea6966
2 changed files with 5 additions and 3 deletions

View File

@@ -4,6 +4,10 @@
;; Set default font
(set-frame-font "Monaco-11")
;; Load Theme
(if window-system
(require 'birds-of-paradise-plus-theme))
;; Disable toolbar
(tool-bar-mode -1)

View File

@@ -27,7 +27,6 @@
;; el-get Sources
;;
(setq el-get-sources
'((:name column-marker
:type emacswiki
@@ -38,8 +37,7 @@
;; :load "birds-of-paradise-theme.el")
(:name color-theme-birds-of-paradise-plus
:type git
:url "git://github.com/jimeh/birds-of-paradise-plus-theme.el.git"
:load "birds-of-paradise-plus-theme.el")
:url "git://github.com/jimeh/birds-of-paradise-plus-theme.el.git")
(:name feature-mode
:type git
:url "git://github.com/michaelklishin/cucumber.el.git")