From ae1106ae5947f0235a70620d76fae536e4e54a34 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:17:37 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89fc655..6e21bb4 100644 --- a/README.md +++ b/README.md @@ -1929,7 +1929,7 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e ;; Support for Gnuplot files (use-package gnuplot - :commands (gnuplot-mode) + :commands gnuplot-mode :mode ("\\.gp\\'" . gnuplot-mode)) ;; Support for *.lua files.