diff options
| author | Paige Bailey <[email protected]> | 2025-07-31 15:46:04 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-31 22:46:04 +0000 |
| commit | 37a3f1e6b61b74b124a0573c408447aa00a62467 (patch) | |
| tree | b43f2273701bf6c93fb45d51351ed8dd97d23bc0 /packages/cli/src | |
| parent | 574015edd91a651b0a4770e595be7ff10d67e5ab (diff) | |
Add emacs support, as per user requests. :) (#1633)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: N. Taylor Mullen <[email protected]>
Co-authored-by: Jacob Richman <[email protected]>
Co-authored-by: matt korwel <[email protected]>
Co-authored-by: matt korwel <[email protected]>
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/ui/editors/editorSettingsManager.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/ui/editors/editorSettingsManager.ts b/packages/cli/src/ui/editors/editorSettingsManager.ts index 7e45b42e..ae089902 100644 --- a/packages/cli/src/ui/editors/editorSettingsManager.ts +++ b/packages/cli/src/ui/editors/editorSettingsManager.ts @@ -23,6 +23,7 @@ export const EDITOR_DISPLAY_NAMES: Record<EditorType, string> = { windsurf: 'Windsurf', cursor: 'Cursor', vim: 'Vim', + emacs: 'Emacs', neovim: 'Neovim', }; |
