Solarized dark mode.

This commit is contained in:
Julien Palard 2016-07-23 13:15:22 +02:00
parent 95b5ab7971
commit e24e1fa0b1
1 changed files with 12 additions and 0 deletions

12
.emacs
View File

@ -243,3 +243,15 @@
(provide `.emacs)
;;; .emacs ends here
(custom-set-variables
;; custom-set-variables was added by Custom.
;; 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.
'(frame-background-mode (quote dark)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; 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.
)