Update README.md

This commit is contained in:
James Cherti
2026-02-03 13:17:30 -05:00
parent 54cf6e513c
commit f5b212581a

View File

@@ -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