Add light theme to emacs
This commit is contained in:
parent
7b88f08b16
commit
46fe5bb884
3 changed files with 31 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue