summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-13 07:25:04 +0000
committernoa@gaiwan.org2024-06-13 07:25:04 +0000
commit21c2049b650d6be65d2fc694b9d4ddc10ac376e9 (patch)
treeedcd4607c65fb80da7c9e602a5e2aa912a05cbf7 /emacs/init.el
parent348a9566c9470306c6563775d4885f7135a555cd (diff)
Update indentation for message mode configuration
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el11
1 files changed, 4 insertions, 7 deletions
diff --git a/emacs/init.el b/emacs/init.el
index df08282..ca9edce 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -847,14 +847,11 @@ and when JID is not in `jabber-activity-banned'."
 	)	
 	)
 
-(use-package message
-	:custom
-	(message-fill-column nil)
-	;; (message-signature-file)
-	(message-signature "~noa (https://noa.pub)
+(setopt message-fill-column nil
+        ;; (message-signature-file)
+        (message-signature "~noa (https://noa.pub)
  • I try to reply to formal emails in three sentences or fewer; excuse my brevity.
- • I queue replies and batch send them at intervals; excuse my untimeliness.")
-)
+ • I queue replies and batch send them at intervals; excuse my untimeliness."))
 
 (use-package button
 	:custom-face