fix(skills): add (in-package :opencortex) to org-skill-repl.org

Required for tangling to work correctly in XDG location
This commit is contained in:
2026-04-30 11:11:39 -04:00
parent 21c792b019
commit dabf52f234

View File

@@ -35,6 +35,8 @@ The REPL skill fills this gap by:
** Global State
#+begin_src lisp
(in-package :opencortex)
(defvar *repl-package* :opencortex
"Default package for REPL evaluations.")