emacs-pdf

Emacs library to print buffer to PDF file.
Log | Files | Refs | README

commit 269e80f5f685b1988f27f8820e4a9ceab213272d
parent e59986fc680b5c983f84072ceb63b254ef2d0dac
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sat, 27 Feb 2021 23:14:00 +0100

updated config example

Diffstat:
Memacs-pdf.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/emacs-pdf.el b/emacs-pdf.el @@ -12,6 +12,7 @@ ;;; ;;; Example configuration: ;;; +;;; (add-to-list 'load-path "~/git/emacs-pdf") ;;; (require 'emacs-pdf) ;;; ;;; Example usage: