From 1b732e15db02d1bc74fb310d5f69b2f5e004bf90 Mon Sep 17 00:00:00 2001 From: "Tom Breton (Tehom)" Date: Tue, 11 Jan 2011 18:30:04 -0500 Subject: [PATCH] Changed insinuation autoload to only fire after org-mode loads --- atom/bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/bindings.el b/atom/bindings.el index 3ecb05c..a737b7d 100644 --- a/atom/bindings.el +++ b/atom/bindings.el @@ -57,7 +57,7 @@ '("Post new pictures" . org2blog/atom:dir-add-new-photos) t)) ;;;_ , Insinuation -;;;###autoload (org2blog/atom:setup-bindings) +;;;###autoload (eval-after-load 'org-mode '(org2blog/atom:setup-bindings)) ;;;_. Footers ;;;_ , Provides -- 2.11.4.GIT