Add theme support for AA593

This commit is contained in:
syl20bnr 2013-04-29 13:41:22 -04:00
parent fd08324c86
commit a7a313470e

View file

@ -8,6 +8,7 @@
(create-solarized-theme 'light 'solarized-light)
(provide-theme 'solarized-light)
(if (equal system-name "QUE-WKS-AA427-Linux")
(if (or (equal system-name "QUE-WKS-AA427-Linux")
(equal system-name "QUE-WKS-AA593"))
(load-theme 'solarized-light t)
(load-theme 'solarized-dark t))