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
2929or do =M-x list-packages= and search for =gnuplot= in the list. Note that there is a
3030different [[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+ 
3237It is recommended to configure =read-extended-command-predicate= in your Emacs
3338configuration, such that =M-x= only completes commands which are relevant to the
3439current 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)
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments