1
0
Fork 0

Add light theme to emacs

This commit is contained in:
Jeremy Kaplan 2016-05-10 15:25:57 -04:00
commit 46fe5bb884
3 changed files with 31 additions and 2 deletions

View file

@ -95,7 +95,6 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(hl-line ((t (:background "black"))))
'(tuareg-font-lock-operator-face ((t (:inherit font-lock-keyword-face)))))
(require 'autopair)
@ -280,6 +279,7 @@ they line up with the line containing the corresponding opening bracket."
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'jdkaplan t)
;; (load-theme 'jdkaplan-light t)
;; sup
(add-to-list 'auto-mode-alist '("/sup.*eml$" . message-mode))