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 <ntaylormullen@google.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com>
Co-authored-by: matt korwel <mattkorwel@google.com>
This commit is contained in:
Paige Bailey
2025-07-31 15:46:04 -07:00
committed by GitHub
parent 8be10b4c09
commit 598b2cf7f4
3 changed files with 37 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ export const EDITOR_DISPLAY_NAMES: Record<EditorType, string> = {
windsurf: 'Windsurf',
cursor: 'Cursor',
vim: 'Vim',
emacs: 'Emacs',
neovim: 'Neovim',
};