summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/dots/.emacs17
-rw-r--r--home/dots/.emacs.d/BOGO-dark-theme.el6
-rw-r--r--home/dots/.emacs.d/BOGO-theme.el1
3 files changed, 15 insertions, 9 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs
index 2bad7c4..3d61872 100644
--- a/home/dots/.emacs
+++ b/home/dots/.emacs
@@ -1286,6 +1286,14 @@
(message-citation-line-function 'message-insert-formatted-citation-line)
(message-mail-alias-type 'ecomplete)
(message-self-insert-commands nil)
+ (mail-dont-reply-to-names nil)
+ (send-mail-function 'smtpmail-send-it)
+ (message-sendmail-f-is-evil t)
+ (message-sendmail-extra-arguments '("--read-envelope-from"))
+ (message-send-mail-function 'message-send-mail-with-sendmail)
+ (message-sendmail-envelope-from 'header)
+ (mail-user-agent 'message-user-agent))
+
(message-kill-buffer-on-exit t))
(use-package sendmail
@@ -1295,14 +1303,7 @@
(message-setup . mail-abbrevs-setup)
(message-setup . variable-pitch-mode)
:custom
- (sendmail-program (executable-find "msmtp"))
- (send-mail-function 'smtpmail-send-it)
- (message-sendmail-f-is-evil t)
- (message-sendmail-extra-arguments '("--read-envelope-from"))
- (message-send-mail-function 'message-send-mail-with-sendmail)
- (message-sendmail-envelope-from 'header)
- (mail-yank-prefix ">")
- (mail-user-agent 'message-user-agent))
+ (sendmail-program (executable-find "msmtp")))
(use-package rmail
:init
diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el
index e57350f..6b623cb 100644
--- a/home/dots/.emacs.d/BOGO-dark-theme.el
+++ b/home/dots/.emacs.d/BOGO-dark-theme.el
@@ -36,6 +36,7 @@
'(fringe ((t nil)))
'(header-line ((t (:inherit default :foreground "grey80" :box (:line-width (12 . 12) :color "#1d1d1d") :underline (:color "gray20" :style line :position 0) :family "iA Writer Duo V" :height 1.0))))
'(highlight ((t (:background "gray20"))))
+ '(eglot-highlight-symbol-face ((t ())))
'(info-header-xref ((t (:inherit info-xref :underline (:color "RoyalBlue3" :style line :position t)))))
'(info-menu-header ((t (:family "Iosevka aile" :weight bold))))
'(info-title-1 ((t (:family "Iosevka aile" :weight bold))))
@@ -50,6 +51,7 @@
'(message-header-name ((t (:weight bold))))
'(message-header-subject ((t (:slant italic))))
'(message-separator ((t (:foreground "red"))))
+ '(message-header-cc ((t nil)))
'(message-cited-text-1 ((t (:foreground "gray50"))))
'(gnus-header-name ((t (:weight bold))))
'(gnus-header-content ((t nil)))
@@ -80,6 +82,8 @@
'(org-scheduled-today ((t nil)))
'(org-list-dt ((t (:weight bold))))
'(org-agenda-calendar-event ((t nil)))
+ '(message-header-to ((t nil)))
+ '(message-header-other ((t nil)))
'(org-drawer ((t nil)))
'(org-hide ((t (:foreground "#1D1D1D"))))
'(org-done ((t (:inherit (org-agenda-dimmed-todo-face fixed-pitch) :strike-through nil :extend nil :weight bold))))
@@ -107,7 +111,7 @@
'(tldr-command-itself ((t (:background "khaki" :foreground "#fffff8" :weight bold))))
'(tldr-introduction ((t (:foreground "#fffff8" :slant italic))))
'(tldr-title ((t (:inherit variable-pitch :foreground "#fffff8" :weight bold))))
- '(variable-pitch ((t (:family "iA Writer Quattro V" :height 1.0))))
+ '(variable-pitch ((t (:family "Iosevka Aile" :height 1.0))))
'(window-divider ((t (:foreground "gray20")))))
(provide-theme 'BOGO-dark)
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el
index 3b7a99c..5ce019e 100644
--- a/home/dots/.emacs.d/BOGO-theme.el
+++ b/home/dots/.emacs.d/BOGO-theme.el
@@ -45,6 +45,7 @@
'(message-header-name ((t (:weight bold))))
'(message-header-subject ((t (:slant italic))))
'(message-header-to ((t nil)))
+ '(message-header-cc ((t nil)))
'(message-header-other ((t nil)))
'(message-separator ((t (:foreground "red"))))
'(message-cited-text-1 ((t (:foreground "gray50"))))