You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+11-53Lines changed: 11 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -19,74 +19,32 @@ It is recommended to run =gnuplot-mode= on GNU Emacs 25 or above,
19
19
using gnuplot version 5.0 or above.
20
20
21
21
* Installation
22
-
** Using MELPA
23
22
24
-
The easiest way to install =gnuplot-mode= is to directly get it from
25
-
[[http://melpa.milkbox.net][MELPA]]. After [[http://melpa.milkbox.net/#installing][configuring Emacs to use MELPA]], you should be able to
26
-
install gnuplot-mode by typing
23
+
The easiest way to install =gnuplot-mode= is to directly get it from [[https://elpa.nongnu.org/][NonGNU ELPA]]
24
+
or [[http://melpa.org][MELPA]]. After configuring Emacs to use MELPA, you should be able to install
25
+
gnuplot-mode by typing
27
26
28
27
: M-x install-package RET gnuplot RET
29
28
30
29
or do =M-x list-packages= and search for =gnuplot= in the list.
31
30
32
-
** Using =el-get=
33
-
34
-
The [[https://github.com/dimitri/el-get.git][el-get]] package includes a gnuplot-mode recipe. So to install
35
-
simply call
36
-
37
-
: M-x el-get-install RET gnuplot-mode
38
-
39
-
Alternatively, you can directly place the following in your init file so that
40
-
=el-get= can install and load gnuplot-mode at Emacs start up:
41
-
42
-
: (el-get 'sync 'gnuplot-mode)
43
-
44
-
** From source
45
-
46
-
After fetching the package's source from [[https://github.com/emacs-gnuplot/gnuplot][the homepage]], byte-compile
47
-
the package's files using the =make= command and move the compiled
48
-
=.elc= files to your chosen target directory.
49
-
50
31
* Configuration
51
-
** Load Path
52
-
53
-
First of all, make sure that =gnuplot.el= is in your load-path (this is automatic if using a package helper like use-package). To do so manually, add the following snippet in your emacs configuration file
54
32
55
-
#+begin_src emacs-lisp
56
-
(add-to-list 'load-path "/path/to/gnuplot")
57
-
#+end_src
58
-
59
-
** Info File
60
-
61
-
The function =gnuplot-info-lookup-symbol= looks at the Gnuplot info
62
-
file. For that function to work, a =gnuplot.info= file must be placed
63
-
somewhere where info can find it. The following snippet allows you
0 commit comments