aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gui.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-09-24 18:26:35 -0700
committerGravatar Tom Willemse2019-09-24 18:30:25 -0700
commit935318e7b7f68f07c64d76124b18b964fbde67e3 (patch)
treec243c026201914ca250d92fba41c58be6028dc1c /oni-gui.el
parent06d76403680533e1e48f45dfd4ace2d3d5511c47 (diff)
downloademacs-config-935318e7b7f68f07c64d76124b18b964fbde67e3.tar.gz
emacs-config-935318e7b7f68f07c64d76124b18b964fbde67e3.zip
Switch from yoshi-theme to naquadah-theme
Diffstat (limited to 'oni-gui.el')
-rw-r--r--oni-gui.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/oni-gui.el b/oni-gui.el
index 25cba4c..dc6ca24 100644
--- a/oni-gui.el
+++ b/oni-gui.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0904.210553
-;; Package-Requires: (oni-ui yoshi-theme diminish)
+;; Version: 2019.0924.182609
+;; Package-Requires: (oni-ui naquadah-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 'yoshi :no-confirm)
+(load-theme 'naquadah :no-confirm)
;;;###autoload(require 'oni-gui)