mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
only load birds of paradise theme when in full GUI mode
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user