aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-10-16 23:27:53 -0700
committerGravatar Tom Willemse2019-10-16 23:28:31 -0700
commitbf16ac4d9c3e08c74302628f44d70b08632c9d24 (patch)
tree1a2938139b518b89db156fe7d2f281ecd4b6957f
parent0baa1485c21c5076dcf6b0d4f6e27c4ff28445d5 (diff)
downloademacs-config-bf16ac4d9c3e08c74302628f44d70b08632c9d24.tar.gz
emacs-config-bf16ac4d9c3e08c74302628f44d70b08632c9d24.zip
Go back to yoshi-theme
-rw-r--r--oni-gui.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/oni-gui.el b/oni-gui.el
index dc6ca24..59050dd 100644
--- a/oni-gui.el
+++ b/oni-gui.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0924.182609
-;; Package-Requires: (oni-ui naquadah-theme diminish)
+;; Version: 2019.1016.232748
+;; Package-Requires: (oni-ui yoshi-theme diminish)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -57,7 +57,7 @@
(global-unset-key (kbd "C-z"))
-(load-theme 'naquadah :no-confirm)
+(load-theme 'yoshi :no-confirm)
;;;###autoload(require 'oni-gui)