aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-19 05:19:04 -0500
committerCraig Jennings <c@cjennings.net>2025-10-19 05:19:04 -0500
commitb21153ce414bb1a699ef6ed064889b51ccda1446 (patch)
tree59103b4ddeeeede1723bbd980a9edb2ac2ea26e3 /modules
parentcb5658462ae8cef132af8dc715cb24d53548a06f (diff)
downloaddotemacs-b21153ce414bb1a699ef6ed064889b51ccda1446.tar.gz
dotemacs-b21153ce414bb1a699ef6ed064889b51ccda1446.zip
improved commentary
Diffstat (limited to 'modules')
-rw-r--r--modules/custom-file-buffer.el15
1 files changed, 13 insertions, 2 deletions
diff --git a/modules/custom-file-buffer.el b/modules/custom-file-buffer.el
index 6ae6d6d4b..6ec958f05 100644
--- a/modules/custom-file-buffer.el
+++ b/modules/custom-file-buffer.el
@@ -1,8 +1,19 @@
;;; custom-file-buffer.el --- Custom Buffer and File Operations -*- coding: utf-8; lexical-binding: t; -*-
-
+;;
;;; Commentary:
+;; This module provides custom buffer and file operations including PostScript
+;; printing capabilities.
+;;
+;; Functions include:
+;; - printing buffers or regions as PostScript to the default printer (with color support)
+;; - moving/renaming/deleting buffer files
+;; - copying file paths and file:// links to the kill ring
+;; - copying entire buffer contents
+;; - clearing buffer contents from point to top or bottom.
+;;
+;; The PostScript printing auto-detects the system print spooler (lpr or lp)
+;; and prints with face/syntax highlighting. Bound to keymap prefix ~C-; b~.
;;
-
;;; Code:
(eval-when-compile (require 'keybindings)) ;; for custom-keymap