From ff95ebd8b5166842103ad12b39436b4148cb9aff Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Tue, 17 Sep 2024 09:37:17 +0200 Subject: [PATCH] Dont load lob --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 670d5eed..ba28ba99 100755 --- a/init.el +++ b/init.el @@ -1515,7 +1515,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory." ("C-c c" . org-capture) ("C-c b" . org-switchb)) :init - (org-babel-lob-ingest "~/.emacs.d/library-of-babel.org") + ;;(org-babel-lob-ingest "~/.emacs.d/library-of-babel.org") (setq org-capture-templates '()) :custom (abbrev-suggest t)