diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | init.el | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -75,7 +75,7 @@ Personal Emacs configuration focused on simplicity and modern tooling while resp - **ibuffer-project** - Group buffers by project - **exec-path-from-shell** - Import shell environment variables - **ghostel** - libghostty terminal emulator -- **claude-code-context** - Send Emacs buffer context to Claude Code (loaded from `~/Dev/code/git/elisp/claude-code-context`) +- **claude-code-context** - Send Emacs buffer context to Claude Code ## Key Bindings @@ -118,6 +118,7 @@ jinx ; spell checker (libenchant) ghostel ; libghostty terminal emulator vterm ; terminal emulator - needed for claude-code-ide + claude-code-context ; send Emacs buffer context to Claude Code )) (unless (package-installed-p package) (package-install package))) @@ -329,8 +330,6 @@ ;;; 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) |
