diff options
| -rw-r--r-- | .emacs-custom.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index ed938df..6f11a44 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -33,6 +33,7 @@ `(erc-notifications-icon ,(concat data-directory "images/icons/hicolor/scalable/apps/emacs.svg")) '(erc-notifications-mode t) + '(erc-prompt-for-nickserv-password nil) '(erc-prompt-for-password nil) '(erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "333" "353")) '(erc-use-auth-source-for-nickserv-password t) @@ -76,6 +77,7 @@ '(modus-themes-bold-constructs t) '(modus-themes-diffs 'deuteranopia) '(modus-themes-italic-constructs t) + '(modus-themes-mixed-fonts t) '(modus-themes-org-blocks 'grayscale) '(modus-themes-prompts '(background)) '(modus-themes-region 'bg-only) |
