Skip to content

Commit 4956576

Browse files
committed
Update README
1 parent e19886f commit 4956576

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.org

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,16 @@ The easiest way to install =gnuplot= is to directly get it from [[https://elpa.n
2929
or do =M-x list-packages= and search for =gnuplot= in the list. Note that there is a
3030
different [[https://github.com/mkmcc/gnuplot-mode][gnuplot-mode]] package on MELPA which is less featureful.
3131

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+
3237
It is recommended to configure =read-extended-command-predicate= in your Emacs
3338
configuration, such that =M-x= only completes commands which are relevant to the
3439
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.
3542

3643
#+begin_src emacs-lisp
3744
(setq read-extended-command-predicate #'command-completion-default-include-p)

0 commit comments

Comments
 (0)