diff options
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index c4667b0..b3544b0 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -856,9 +856,9 @@ and when JID is not in `jabber-activity-banned'." (setopt message-fill-column nil ;; (message-signature-file) - (message-signature "~noa (https://noa.pub) + 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 |