summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-04-08 02:04:13 +0100
committerjao <jao@gnu.org>2022-04-08 02:04:13 +0100
commit8bc7402721308336f2609aae985a7a076416aa22 (patch)
tree621f2e4bb9970fb5bc23876e706954eb5ecc2dfe /init.org
parentc6e379d235a673064fb94ae6906768f1865fe677 (diff)
downloadelibs-8bc7402721308336f2609aae985a7a076416aa22.tar.gz
elibs-8bc7402721308336f2609aae985a7a076416aa22.tar.bz2
themes: slightly more spartan light theme
Diffstat (limited to 'init.org')
-rw-r--r--init.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.org b/init.org
index 4431c81..fcef5bb 100644
--- a/init.org
+++ b/init.org
@@ -381,9 +381,12 @@
(require 'jao-themes)
+ (defvar jao-theme-dark 'jao-dark)
+ (defvar jao-theme-light 'jao-light)
+
(defun jao-themes-setup ()
(let ((dark (jao-colors-scheme-dark-p)))
- (load-theme (if dark 'jao-dark 'jao-light) t)))
+ (load-theme (if dark jao-theme-dark jao-theme-light) t)))
(when (and window-system (not (eq window-system 'pgtk)))
(jao-themes-setup))
@@ -2493,6 +2496,7 @@
cider-auto-select-error-buffer nil
cider-auto-select-test-report-buffer nil
cider-eldoc-display-for-symbol-at-point t
+ cider-eldoc-ns-function #'cider-last-ns-segment
cider-enrich-classpath nil
cider-lein-parameters "repl :headless :host localhost"
cider-mode-line " รท"