diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-11-28 01:30:22 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-11-28 01:30:22 +0100 |
| commit | 11b919278db7908d13d89be2899ef21a8be64c37 (patch) | |
| tree | 26c6854bc837419d544956f5f3f9e2ec922b23a0 /.emacs-custom.el | |
| parent | 4f871673166ff282b8ab6b7ed4437f36d2b091b8 (diff) | |
| download | dotfiles-11b919278db7908d13d89be2899ef21a8be64c37.tar.xz | |
Set some recently added Emacs variables
Diffstat (limited to '.emacs-custom.el')
| -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) |
