|
@@ -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
|
|
|
for it's retro charm. Nimbus just doesn't look great when I'm tired though.
|
|
|
#+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-big-font (font-spec :family "Iosevka" :size 18))
|
|
|
|
|
|
-(setq doom-theme 'doom-one)
|
|
|
+(setq doom-theme 'doom-peacock)
|
|
|
#+END_SRC
|
|
|
** Borders
|
|
|
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/")
|
|
|
|
|
|
;;; 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
|
|
|
sendmail-program "/usr/local/bin/msmtp"
|
|
|
- smtpmail-queue-mail t
|
|
|
mail-specify-envelope-from t
|
|
|
message-sendmail-f-is-evil t
|
|
|
message-sendmail-envelope-from 'header
|