summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
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 " รท"