Skip to content

Commit

Permalink
fix: updated org-roam.
Browse files Browse the repository at this point in the history
  • Loading branch information
Panadestein committed Nov 21, 2024
1 parent d8477f0 commit ab7f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,7 @@ they are the future. It comes then natural to have a nice Emacs package to query
:straight (:host github
:repo "xenodium/chatgpt-shell"
:files ("shell-maker.el" "chatgpt-shell.el" "ob-chatgpt-shell.el"))
:disabled t
:config
(require 'shell-maker)
(require 'ob-chatgpt-shell)
Expand Down Expand Up @@ -2186,7 +2187,6 @@ Niklas Luhmann's /Zettelkasten/ method.
(use-package org-roam
:straight t
:init
(use-package emacsql-sqlite-builtin)
(setq org-roam-database-connector 'sqlite-builtin)
:custom
(org-roam-directory (file-truename "~/Documents/Arbeit/WIKI/notes"))
Expand Down

0 comments on commit ab7f3af

Please sign in to comment.