diff options
author | Thanos Apollo <[email protected]> | 2024-10-08 18:23:50 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-08 18:23:50 +0300 |
commit | 2aae51af5fb3b743071b5dbb977c2ebd3bd41650 (patch) | |
tree | b745801685d56eba550369e26d772aa8d616d6f5 /.config/emacs/init.el | |
parent | 1028809e64e4c9be5f4a9ff57b8cfb40a73b7c31 (diff) |
emacs: org-roam: Disable straight.
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 1 |
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) |