From 2aae51af5fb3b743071b5dbb977c2ebd3bd41650 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 8 Oct 2024 18:23:50 +0300 Subject: emacs: org-roam: Disable straight. --- .config/emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to '.config') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index f7d4462..689bd9f 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -341,6 +341,7 @@ (make-directory "~/Notes")) (use-package org-roam + :straight nil :defer t :init (define-prefix-command 'thanos/notes-map) -- cgit v1.2.3