summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-themes.el
diff options
context:
space:
mode:
Diffstat (limited to 'themes/jao-themes.el')
-rw-r--r--themes/jao-themes.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el
index 8f2467d..412f42c 100644
--- a/themes/jao-themes.el
+++ b/themes/jao-themes.el
@@ -643,7 +643,7 @@
(let ((result))
(dolist (f t-faces (reverse result))
(let ((xfb (cdr (assq (car f) x-faces))))
- (push `(,(car f) ((((type x darwin)) ,@xfb)
+ (push `(,(car f) ((((type x ns)) ,@xfb)
(t ,@(cdr f)))) result)))))
(defun jao-themes--set-fbg (kind)
@@ -683,5 +683,8 @@
(put 'jao-define-custom-theme 'lisp-indent-function 1)
+(add-to-list 'custom-theme-load-path (file-name-directory load-file-name))
+
+
(provide 'jao-themes)