email-eww

Emacs library to send region or eww buffer by email
git clone https://logand.com/git/email-eww.git/
Log | Files | Refs

commit e7402e2a20cba06fa09743226a526db6a8b11c74
parent 8f47e9b24024c60707f04475773bb8c0a34c4fcd
Author: Tomas Hlavaty <tom@logand.com>
Date:   Wed, 26 Oct 2022 00:14:06 +0200

use lexical bindings

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

diff --git a/email-eww.el b/email-eww.el @@ -1,3 +1,5 @@ +;;; -*- lexical-binding: t -*- +;;; ;;; email-eww.el ;;; ;;; Emacs library to send region or eww buffer by email.