diff options
author | noa@gaiwan.org | 2024-06-13 10:08:19 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-13 10:08:19 +0000 |
commit | 7cc57cd8f0f6f560624a83601f54a628961f070c (patch) | |
tree | 3b67b8e13beff99fe4bf796e3e4ce260a6aab9f8 /emacs | |
parent | 444eeb756c6f56c1c81be904b283346695c99473 (diff) |
Fix paren issue in setopt call
Diffstat (limited to 'emacs')
-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 |