[emacs] Change font to Iosevka and theme to peacock

This commit is contained in:
2020-08-11 12:48:41 -04:00
parent f2715a4f76
commit ef31dae67b

View File

@ -18,11 +18,11 @@ I change my default theme almost as often as the weather. I tend to revert back
to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
for it's retro charm. Nimbus just doesn't look great when I'm tired though. for it's retro charm. Nimbus just doesn't look great when I'm tired though.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq doom-font (font-spec :family "Iosevka" :size 12 :weight 'regular) (setq doom-font (font-spec :family "Iosevka" :size 14 :weight 'semi-light)
doom-variable-pitch-font (font-spec :family "Source Serif Pro" :size 16) doom-variable-pitch-font (font-spec :family "Source Serif Pro" :size 16)
doom-big-font (font-spec :family "Iosevka" :size 18)) doom-big-font (font-spec :family "Iosevka" :size 18))
(setq doom-theme 'doom-one) (setq doom-theme 'doom-peacock)
#+END_SRC #+END_SRC
** Borders ** Borders
Barring the unfortunate end of X11 development and my eventual transition to Barring the unfortunate end of X11 development and my eventual transition to
@ -315,9 +315,9 @@ I use notmuch to read and write email from within Emacs.
(setq message-directory "~/Mail/colin@unbl.ink/") (setq message-directory "~/Mail/colin@unbl.ink/")
;;; Setup sending email with msmtp ;;; Setup sending email with msmtp
;; sendmail-program "/usr/local/bin/msmtpq" <--- this doesn't work as advertised right now
(setq send-mail-function 'sendmail-send-it (setq send-mail-function 'sendmail-send-it
sendmail-program "/usr/local/bin/msmtp" sendmail-program "/usr/local/bin/msmtp"
smtpmail-queue-mail t
mail-specify-envelope-from t mail-specify-envelope-from t
message-sendmail-f-is-evil t message-sendmail-f-is-evil t
message-sendmail-envelope-from 'header message-sendmail-envelope-from 'header