dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 11b919278db7908d13d89be2899ef21a8be64c37
parent 4f871673166ff282b8ab6b7ed4437f36d2b091b8
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 28 Nov 2021 01:30:22 +0100

Set some recently added Emacs variables

Diffstat:
M.emacs-custom.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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)