From f5b212581ae58d6bda9bcf5ae137a91e8931c0e1 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:17:30 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b1adc05..89fc655 100644 --- a/README.md +++ b/README.md @@ -1927,6 +1927,11 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e :commands dockerfile-mode :mode ("Dockerfile\\'" . dockerfile-mode)) +;; Support for Gnuplot files +(use-package gnuplot + :commands (gnuplot-mode) + :mode ("\\.gp\\'" . gnuplot-mode)) + ;; Support for *.lua files. ;; ;; Prefer the tree-sitter-based lua-ts-mode over lua-mode when available, as it