summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.org b/init.org
index 036553e..f22ce99 100644
--- a/init.org
+++ b/init.org
@@ -414,7 +414,7 @@
(defun jao-themes-setup ()
(let ((dark (jao-colors-scheme-dark-p)))
- (load-theme (if dark 'jao-greenish 'jao-light) t)))
+ (load-theme (if dark 'jao-dark 'jao-light) t)))
(when (and window-system (not (eq window-system 'pgtk)))
(jao-themes-setup))
@@ -451,7 +451,6 @@
(setq jao-exwm-enabled-p t)
(display-time-mode -1)
(jao-ednc-setup 95)
- ;; (jao-toggle-inactive-mode-line t)
(exwm-enable)
(jao-trisect t)
(message "Welcome to exwm"))