customs.el 726 B

123456789101112131415
  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. '(custom-safe-themes
  7. '("01106ca9b4446341ecb86a76b9db48f1100e2eb13980aa0ec6f6adf8e69fd9a7" default))
  8. '(display-time-mode t)
  9. (custom-set-faces
  10. ;; custom-set-faces was added by Custom.
  11. ;; If you edit it by hand, you could mess it up, so be careful.
  12. ;; Your init file should contain only one such instance.
  13. ;; If there is more than one, they won't work right.
  14. '(default ((t (:family "Gohu GohuFont" :foundry "UNKN" :slant normal :weight normal :height 83 :width normal)))))