From 9ec5c5ea6fc59fd51e2bf628150cd057d0edc7f2 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Sun, 11 May 2025 15:10:31 -0400 Subject: [PATCH] prefix shorthand --- pivot-table.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pivot-table.el b/pivot-table.el index f36018f..2797a98 100644 --- a/pivot-table.el +++ b/pivot-table.el @@ -23,4 +23,8 @@ ;;; Code: +;; Local Variables: +;; read-symbol-shorthands: (("pt-" . "pivot-table-")) +;; End: + ;;; pivot-table.el ends here