summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-08 18:23:50 +0300
committerThanos Apollo <[email protected]>2024-10-08 18:23:50 +0300
commit2aae51af5fb3b743071b5dbb977c2ebd3bd41650 (patch)
treeb745801685d56eba550369e26d772aa8d616d6f5 /.config
parent1028809e64e4c9be5f4a9ff57b8cfb40a73b7c31 (diff)
emacs: org-roam: Disable straight.
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
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)