diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 11 |
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 |