summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-03-27 02:29:16 +0000
committerjao <jao@gnu.org>2021-03-27 02:29:16 +0000
commitb116c6fa988f56373c35dd5009f1ad65da7582da (patch)
tree22894d2416962a3539bbe1347fc5801ee48079eb /init.org
parente489030b12bdaf153e48ed0c1f82d7393751ffc7 (diff)
downloadelibs-b116c6fa988f56373c35dd5009f1ad65da7582da.tar.gz
elibs-b116c6fa988f56373c35dd5009f1ad65da7582da.tar.bz2
unused jao-osd gone
Diffstat (limited to 'init.org')
-rw-r--r--init.org2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.org b/init.org
index b4d59d9..06777e5 100644
--- a/init.org
+++ b/init.org
@@ -430,8 +430,6 @@
(defun jao-themes-setup ()
(let ((light (and window-system (not (jao-colors-scheme-dark-p)))))
- (setq jao-osd-cat-color-bg (if light "grey30" "white")
- jao-osd-cat-color-fg (if light "white" "grey30"))
(load-theme (if light 'jao-light 'jao-greenish) t)))
(when (not (eq window-system 'pgtk)) (jao-themes-setup))