Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Adding instructions on how to use file to load chosen theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter McGinnis committed Jun 28, 2009
1 parent 41558c6 commit 078946b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions appearance.el
Expand Up @@ -14,9 +14,14 @@
(foreground-color . "green")
))

;; set up color theme of choice by uncommenting the one you want
(require 'color-theme)
(color-theme-initialize)
;; set up color theme of choice by uncommenting the one you want here
;; or simply using one of Aquamacs included themes
;; by only specifying it with line
;; (color-theme-your-chosen-theme's-name)
;; if you choose twilight or blackboard here, uncomment require and initialize lines +
;; the relevant load and setting lines for the theme
; (require 'color-theme)
; (color-theme-initialize)
; (load-file (concat kitfiles-dir "/vendor" "/twilight.el"))
; (color-theme-twilight)
; (load-file (concat kitfiles-dir "/vendor" "/blackboard.el"))
Expand Down

0 comments on commit 078946b

Please sign in to comment.