dot/emacs: Group `appt' settings into a single `setf' form.
[profile] / 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)