dot/emacs: Group `appt' settings into a single `setf' form.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 22 Aug 2019 11:18:09 +0000 (12:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 22 Aug 2019 11:18:09 +0000 (12:18 +0100)
dot/emacs

index 051c6d2..fc1a607 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 ;; Appointment management.
 
 (add-hook 'diary-hook 'appt-make-list)
-(setq appt-issue-message t)
-(setq appt-display-interval 3)
-(setq appt-message-warning-time 10)
+(setq appt-issue-message t
+      appt-display-interval 3
+      appt-message-warning-time 10)
 (and (not mdw-fast-startup)
      (trap (require 'org)
           (require 'bbdb)