diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 1091c776..e2691a92 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -10,6 +10,9 @@ [default default default italic underline success warning error]) '(backup-directory-alist '(("." . "~/.backup_filez"))) '(bookmark-default-file "~/bookmarks.el") + '(custom-enabled-themes '(doom-nord)) + '(custom-safe-themes + '("34cf3305b35e3a8132a0b1bdf2c67623bc2cb05b125f8d7d26bd51fd16d547ec" default)) '(delete-selection-mode nil) '(diary-file "~/Documents/org/diary") '(display-time-mail-string "") @@ -64,4 +67,4 @@ ;; 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. - '(variable-pitch ((t (:weight normal :height 1.0 :family "Noto Sans"))))) + '(variable-pitch ((t (:weight normal :height 1.0 :family "Bitter Pro")))))