emacs-framebuffer

Emacs library to show images and documents in console using Linux framebuffer
Log | Files | Refs

commit 6e02ac856defd64a83b2cd32c9e84a46747e553e
parent f9e45a83702d2c8c26d6e35bd5ff71d4972d86ec
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sat, 20 Jun 2020 00:16:27 +0200

more specific test

Diffstat:
Memacs-framebuffer.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs-framebuffer.el b/emacs-framebuffer.el @@ -14,7 +14,7 @@ ;;; ;;; Example configuration: ;;; -;;; (unless (display-graphic-p) +;;; (when (and (eq system-type 'gnu/linux) (not (display-graphic-p))) ;;; (require 'framebuffer) ;;; (framebuffer-install))