emacs-framebuffer

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

commit 464100a2b9b1b910e61b2206018a6e1e612e7477
parent 789a610c4d259735fa483c97f5d1102ce4fec145
Author: Tomas Hlavaty <tom@logand.com>
Date:   Wed, 26 Oct 2022 00:19:10 +0200

use lexical bindings

Diffstat:
Memacs-framebuffer.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/emacs-framebuffer.el b/emacs-framebuffer.el @@ -1,3 +1,5 @@ +;;; -*- lexical-binding: t -*- +;;; ;;; emacs-framebuffer.el ;;; ;;; Show images and documents in console using Linux framebuffer.