Add theme support for AA593
This commit is contained in:
parent
fd08324c86
commit
a7a313470e
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
(create-solarized-theme 'light 'solarized-light)
|
(create-solarized-theme 'light 'solarized-light)
|
||||||
(provide-theme '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-light t)
|
||||||
(load-theme 'solarized-dark t))
|
(load-theme 'solarized-dark t))
|
||||||
|
|
Reference in a new issue