File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,16 @@ 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
+ * Configuration
33
+
34
+ In order to customize Gnuplot, use =M-x gnuplot-customize= or set the respective
35
+ customizable variables in your user configuration.
36
+
32
37
It is recommended to configure =read-extended-command-predicate= in your Emacs
33
38
configuration, such that =M-x= only completes commands which are relevant to the
34
39
current mode, such that =gnuplot-*= commands are only shown in Gnuplot buffers.
40
+ Alternatively press the key =M-X= instead of =M-x= if you want relevant commands
41
+ only.
35
42
36
43
#+begin_src emacs-lisp
37
44
(setq read-extended-command-predicate #'command-completion-default-include-p)
You can’t perform that action at this time.
0 commit comments