From 4e76c089d8abfa2be23ffaf79ebeb9958e5e3fe9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Mar 2026 09:19:18 +0530 Subject: [PATCH] Add emacs kitty graphics package to integrations --- docs/graphics-protocol.rst | 1 + docs/integrations.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index e4174ae0e..246031687 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -54,6 +54,7 @@ Libraries: * `image.nvim `_ - Bringing images to neovim * `image_preview.nvim `_ - Image preview for neovim * `kui.nvim `_ - Build sophisticated UIs inside neovim using the kitty graphics protocol +* `kitty-graphics.el `_ - Images in emacs * `term-image `_ - A Python library, CLI and TUI to display and browse images in the terminal * `glkitty `_ - C library to draw OpenGL shaders in the terminal with a glgears demo diff --git a/docs/integrations.rst b/docs/integrations.rst index e912ce0c5..d417dfa86 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -308,6 +308,7 @@ Various image viewing plugins for editors * `image.nvim `_ - Bringing images to neovim * `image_preview.nvim `_ - Image preview for neovim * `hologram.nvim `_ - view images inside nvim +* `kitty-graphics.el `_ - view images in emacs Scrollback manipulation -------------------------