crates/zed/src/app_menus.rs 🔗
@@ -74,7 +74,6 @@ pub fn app_menus() -> Vec<Menu<'static>> {
"Toggle Line Comment",
editor::actions::ToggleComments::default(),
),
- MenuItem::action("Emoji & Symbols", editor::actions::ShowCharacterPalette),
],
},
Menu {