diff options
author | bd <bdunahu@operationnull.com> | 2024-12-11 17:53:58 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-11 17:53:58 -0500 |
commit | 9e6f8a165ec1f1ba865ecec929341f91dc97730f (patch) | |
tree | 4fe66153aac9ea9f08a1d36636c00b6fdfc4f5f6 | |
parent | 0308a50f05d1d6afdf5695777faff1262e7982a1 (diff) |
vivendi-tritanopia override, remove an email account
-rw-r--r-- | .config/emacs/gnus.el | 4 | ||||
-rw-r--r-- | .config/emacs/modules/bd--browse.el | 1 | ||||
-rw-r--r-- | .config/emacs/modules/bd--emms.el | 1 | ||||
-rw-r--r-- | .config/emacs/modules/bd--themes.el | 5 |
4 files changed, 7 insertions, 4 deletions
diff --git a/.config/emacs/gnus.el b/.config/emacs/gnus.el index 2be2cf9..6a10489 100644 --- a/.config/emacs/gnus.el +++ b/.config/emacs/gnus.el @@ -26,9 +26,7 @@ (nnmaildir "personal" (directory "~/.ml/personal")) (nnmaildir "umass" - (directory "~/.ml/umass")) - (nnmaildir "gmail" - (directory "~/.ml/gmail")))) + (directory "~/.ml/umass")))) (setopt gnus-face-3 'calendar-today diff --git a/.config/emacs/modules/bd--browse.el b/.config/emacs/modules/bd--browse.el index 1854f52..6a5d2ef 100644 --- a/.config/emacs/modules/bd--browse.el +++ b/.config/emacs/modules/bd--browse.el @@ -99,6 +99,7 @@ icecat, or eww." (advice-add 'eww :around 'bd/elpher) :custom (elpher-use-tls t) + (elpher-default-url-type "gemini") (elpher-gemini-max-fill-width 85) (elpher-use-emacs-bookmark-menu t)) diff --git a/.config/emacs/modules/bd--emms.el b/.config/emacs/modules/bd--emms.el index 60eae31..401702a 100644 --- a/.config/emacs/modules/bd--emms.el +++ b/.config/emacs/modules/bd--emms.el @@ -52,6 +52,7 @@ playback." (emms-source-file-default-directory (expand-file-name "~/ik/playlists/")) (emms-info-report-each-num-tracks 2000) (emms-playlist-buffer-name "*Playlist*") + (emms-mode-line-icon-enabled-p nil) (emms-mode-line-format " [%s] ") (emms-repeat-playlist t)) diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index c5d6679..3604be9 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -65,7 +65,10 @@ to.") (fg-heading-2 fg-term-magenta-bright) (bg-tab-bar bg-main) (bg-tab-current bg-blue-nuanced) - (bg-tab-other bg-mode-line-inactive)))) + (bg-tab-other bg-mode-line-inactive))) + + (modus-vivendi-tritanopia-palette-overrides + '((bg-blue-nuanced bg-red-subtle)))) (load-theme 'modus-vivendi-tinted :no-confirm) (run-hooks 'modus-themes-post-load-hook) |