From 08fefed7f311d85881bfeb9974b1c76638b3fd24 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Jan 2026 12:07:38 -0600 Subject: feat(email): add password decryption to setup script - Add password decryption loop to scripts/setup-email.sh - Decrypt .gpg files from assets/mail-passwords/ to ~/.config/ - Add encrypted password files (.gmailpass.gpg, .cmailpass.gpg) - Fix missing paren in text-config.el that broke config parsing - Clean up mail-config.el --- modules/text-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/text-config.el') diff --git a/modules/text-config.el b/modules/text-config.el index 30f63aa2..4e9208bc 100644 --- a/modules/text-config.el +++ b/modules/text-config.el @@ -60,7 +60,7 @@ ;; edit selection in new buffer, C-c to finish; replaces with modifications (use-package edit-indirect - :bind ("M-S-i" . edit-indirect-region) ;; was M-I) + :bind ("M-S-i" . edit-indirect-region)) ;; was M-I ;; ------------------------------ Prettify Symbols ----------------------------- ;; replacing the word l-a-m-b-d-a with a symbol, just because -- cgit v1.2.3