summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-21 00:53:26 +0100
committerjao <jao@gnu.org>2021-06-21 00:53:26 +0100
commit2f946e63f235849ca9e4d3a27277576f257e5b64 (patch)
tree8374caeb8465353bc8b0220964758897c50e25be /init.org
parent5b95110a6f81635b7b5c665548cf43813da27df8 (diff)
downloadelibs-2f946e63f235849ca9e4d3a27277576f257e5b64.tar.gz
elibs-2f946e63f235849ca9e4d3a27277576f257e5b64.tar.bz2
jao-greenish -> jao-dark
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"))