src.nth.io/

summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-05-05 09:26:20 -0500
committerLuke Hoersten <[email protected]>2026-05-05 09:26:20 -0500
commit7ec2fcfaebd5cf9c464655534bcc5adce71906c5 (patch)
tree7507741680d36e6a803988696bf9f50b11541140 /init.el
parentb7b16b8b7fc109802a5065a0193228a3a095681a (diff)
Install claude-code-context via package-vc instead of local load-path.
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 9f128f6..341ca32 100644
--- a/init.el
+++ b/init.el
@@ -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)