customs.el 1.3 KB

1234567891011121314151617181920
  1. (custom-set-variables
  2. ;; custom-set-variables was added by Custom.
  3. ;; If you edit it by hand, you could mess it up, so be careful.
  4. ;; Your init file should contain only one such instance.
  5. ;; If there is more than one, they won't work right.
  6. '(cua-mode t nil (cua-base))
  7. '(custom-safe-themes
  8. '("51ec7bfa54adf5fff5d466248ea6431097f5a18224788d0bd7eb1257a4f7b773" "7f1d414afda803f3244c6fb4c2c64bea44dac040ed3731ec9d75275b9e831fe5" "c433c87bd4b64b8ba9890e8ed64597ea0f8eb0396f4c9a9e01bd20a04d15d358" "2809bcb77ad21312897b541134981282dc455ccd7c14d74cc333b6e549b824f3" "0fffa9669425ff140ff2ae8568c7719705ef33b7a927a0ba7c5e2ffcfac09b75" default))
  9. '(display-time-mode t)
  10. '(frame-background-mode 'dark))
  11. (custom-set-faces
  12. ;; custom-set-faces was added by Custom.
  13. ;; If you edit it by hand, you could mess it up, so be careful.
  14. ;; Your init file should contain only one such instance.
  15. ;; If there is more than one, they won't work right.
  16. '(default ((t (:family "Envy Code R" :foundry "nil" :slant normal :weight normal :height 141 :width normal))))
  17. '(org-level-1 ((t (:inherit variable-pitch :foreground "#cb4b16" :height 1.0))))
  18. '(org-level-2 ((t (:inherit variable-pitch :foreground "#859900" :height 1.0))))
  19. '(org-level-3 ((t (:inherit variable-pitch :foreground "#268bd2" :height 1.0))))
  20. '(org-level-4 ((t (:inherit variable-pitch :foreground "#b58900" :height 1.0)))))