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