From 419c122937bd0e21e49746edcfdcc3be7ac302f8 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 14 Apr 2016 18:37:03 +0100 Subject: [PATCH] dot/emacs: Arrange for Org mode to autoload for diary's benefit. It seemed to have this set up in earlier versions. Whatever. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index 9e4ceff..f71b9a2 100644 --- a/dot/emacs +++ b/dot/emacs @@ -52,6 +52,7 @@ (maybe-autoload 'stgit "stgit" nil t) (maybe-autoload 'nc-timesheet-prepare "nc-timesheet" nil t nil) (maybe-autoload 'nc-timesheet-submit "nc-timesheet" nil t nil) +(maybe-autoload 'org-bbdb-anniversaries "org" nil t) (and (library-exists-p "debian-changelog-mode") (add-to-list 'auto-mode-alist -- 2.11.0