diff options
| author | Luke Hoersten <[email protected]> | 2026-05-05 09:26:20 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-05-05 09:26:20 -0500 |
| commit | 7ec2fcfaebd5cf9c464655534bcc5adce71906c5 (patch) | |
| tree | 7507741680d36e6a803988696bf9f50b11541140 /init.el | |
| parent | b7b16b8b7fc109802a5065a0193228a3a095681a (diff) | |
Install claude-code-context via package-vc instead of local load-path.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -329,7 +329,8 @@ ;;; claude-code-context -(add-to-list 'load-path "~/Dev/code/git/elisp/claude-code-context") +(unless (package-installed-p 'claude-code-context) + (package-vc-install "https://github.com/lukehoersten/claude-code-context")) (require 'claude-code-context) (claude-code-context-mode 1) |
