diff options
| author | Luke Hoersten <[email protected]> | 2026-06-20 09:38:33 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-06-20 09:38:33 -0500 |
| commit | 1745b3694f7fa854343c3cda06fc44a214de1958 (patch) | |
| tree | 9eb74d1983873eb1d1d89c73a227992a4729bdb7 /init.el | |
| parent | 877b51e7252ad34b57d03474299303fcb2562151 (diff) | |
Switch claude-code-ide terminal backend from vterm to ghostel.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -117,8 +117,7 @@ ;; tools exec-path-from-shell ; sync shell PATH into Emacs jinx ; spell checker (libenchant) - ghostel ; libghostty terminal emulator - vterm ; terminal emulator - needed for claude-code-ide + ghostel ; libghostty terminal emulator - also backs claude-code-ide claude-code-context ; send Emacs buffer context to Claude Code )) (unless (package-installed-p package) @@ -325,8 +324,7 @@ :vc (:url "https://github.com/manzaltu/claude-code-ide.el" :rev :newest) :bind ("C-c C-'" . claude-code-ide-menu) :custom - (claude-code-ide-vterm-anti-flicker t) ; batch rapid vterm updates to reduce flicker - (claude-code-ide-vterm-render-delay 0.005) ; 5ms collection window for batched updates + (claude-code-ide-terminal-backend 'ghostel) :config (claude-code-ide-emacs-tools-setup)) |
