From 7b6939f6f3c982ff010286f37124f9877bd7fff3 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 22 May 2021 12:22:19 +0200 Subject: [PATCH] At org init load library of babel --- bundle/bundle--package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 8f18508b..bd6c91bc 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -103,7 +103,7 @@ (use-package org :init - (add-hook 'org-mode-hook #'org-babel-lob-ingest "~/.emacs.d/library-of-babel.org") + (org-babel-lob-ingest "~/.emacs.d/library-of-babel.org") :config (setq org-agenda-dim-blocked-tasks nil org-agenda-inhibit-startup nil