Skip to content

Commit

Permalink
readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonbiondo committed May 15, 2015
1 parent 4d39b8d commit 93443e2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.org
Expand Up @@ -10,12 +10,19 @@
(load-theme 'ample t t)
(load-theme 'ample-flat t t)
(load-theme 'ample-light t t)

;; choose one to enable
(enable-theme 'ample)
;; (enable-theme 'ample-flat)
;; (enable-theme 'ample-light)

;; Or, if you use `use-package', do something like this:
(use-package ample-theme
:init (progn (load-theme 'ample t t)
(load-theme 'ample-flat t t)
(load-theme 'ample-light t t)
(enable-theme 'ample-flat))
:defer t
:ensure t)
#+END_SRC
** If you get ugly colors in terminal:
#+BEGIN_SRC shell-script
Expand Down

0 comments on commit 93443e2

Please sign in to comment.