aboutsummaryrefslogtreecommitdiff
path: root/modules/text-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-24 12:07:38 -0600
committerCraig Jennings <c@cjennings.net>2026-01-24 12:07:38 -0600
commitb8f7fc6d9b37be38f585c24021bec6310e2efd34 (patch)
treef62eb68895a3575f592b3a16131a851f3d5ac06d /modules/text-config.el
parent59b6c154bbc219d700258e3e7c0c6e3feb19895a (diff)
downloaddotemacs-b8f7fc6d9b37be38f585c24021bec6310e2efd34.tar.gz
dotemacs-b8f7fc6d9b37be38f585c24021bec6310e2efd34.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.el2
1 files changed, 1 insertions, 1 deletions
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