Skip to content

Commit

Permalink
Merge pull request #5 from ferlatte/emacs-prototype
Browse files Browse the repository at this point in the history
Example emacs theme switching.
  • Loading branch information
sansb committed Sep 12, 2015
2 parents 580f01f + 3282b71 commit e9dae94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions emacs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/bash

emacsclient --eval "(load-theme 'solarized-light)"

emacsclient --eval "(load-theme 'solarized-dark)"

0 comments on commit e9dae94

Please sign in to comment.