gnuplot-mode はグラフ作成ソフトである gnuplot を Emacs で使うためのパッケージ。 Syntax Highlight や 補完機能 などを提供する。
まあほとんど使ってないんだけど。
レシピは自前で用意している
(:name gnuplot-mode
:description "Drive gnuplot from within emacs"
:type github
:pkgname "emacs-gnuplot/gnuplot"
:branch "main"
:build `(("make" ,(concat "EMACS=" el-get-emacs))))
そしていつも通り el-get で入れている
(el-get-bundle gnuplot-mode)
org-mode から使ってた記憶があるのでそっちの方で何か設定があるかもしれない