File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,14 @@ The easiest way to install =gnuplot= is to directly get it from [[https://elpa.n
29
29
or do =M-x list-packages= and search for =gnuplot= in the list. Note that there is a
30
30
different [[https://github.com/mkmcc/gnuplot-mode][gnuplot-mode]] package on MELPA which is less featureful.
31
31
32
+ It is recommended to configure =read-extended-command-predicate= in your Emacs
33
+ configuration, such that =M-x= only completes commands which are relevant to the
34
+ current mode, such that =gnuplot-*= commands are only shown in Gnuplot buffers.
35
+
36
+ #+begin_src emacs-lisp
37
+ (setq read-extended-command-predicate #'command-completion-default-include-p)
38
+ #+end_src
39
+
32
40
* Usage
33
41
34
42
=gnuplot-mode= is enabled automatically for =*.gp= files. These functions are useful
You can’t perform that action at this time.
0 commit comments