diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-24 12:07:38 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-24 12:07:38 -0600 |
| commit | d2d5800469f7ba90559ad4a62bec0b14ca78d7dc (patch) | |
| tree | f404e23d4ac367e0340869a912873d94817d8c2e /modules/text-config.el | |
| parent | 38211412c9acec51fd80f49180e72efd019f1146 (diff) | |
| download | dotemacs-d2d5800469f7ba90559ad4a62bec0b14ca78d7dc.tar.gz dotemacs-d2d5800469f7ba90559ad4a62bec0b14ca78d7dc.zip | |
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
Diffstat (limited to 'modules/text-config.el')
| -rw-r--r-- | modules/text-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/text-config.el b/modules/text-config.el index 30f63aa27..4e9208bcc 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 |
