chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dot/emacs: Pull in Org mode and BBDB explicitly when enabling appointments.
[profile]
/
dot
/
emacs
diff --git
a/dot/emacs
b/dot/emacs
index b8989d7765f442b60a615104663b0051c8c11731..320e03cfc478b30a2b8d9d2b3d35fbadfef02fcb 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-456,7
+456,9
@@
(setq appt-display-interval 3)
(setq appt-message-warning-time 10)
(and (not mdw-fast-startup)
- (trap (appt-activate 1)))
+ (trap (require 'org)
+ (require 'bbdb)
+ (appt-activate 1)))
;; Org-mode agenda.