File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 55
55
; ;; Code:
56
56
57
57
(require 'gnuplot )
58
- (require 'widget )
59
58
(require 'wid-edit )
60
59
(require 'cl-lib )
61
60
Original file line number Diff line number Diff line change 67
67
68
68
(require 'cl-lib )
69
69
(require 'comint )
70
- (require 'custom )
71
- (require 'easymenu )
72
70
(require 'info )
73
71
(require 'info-look )
74
72
77
75
:prefix " gnuplot-"
78
76
:group 'processes
79
77
:group 'applications
80
- :group 'local
81
78
:link '(emacs-library-link :tag " Lisp File" " gnuplot.el" )
82
- :link '(url-link :tag " Homepage"
83
- " https://github.com/emacs-gnuplot/gnuplot/" )
84
- :link '(custom-manual " (gnuplot)Top" )
79
+ :link '(url-link :tag " Homepage" " https://github.com/emacs-gnuplot/gnuplot/" )
80
+ :link '(info-link :tag " Info Manual" " (gnuplot)" )
85
81
:link '(emacs-commentary-link :tag " Commentary" " gnuplot.el" ))
86
82
87
83
(defgroup gnuplot-insertions nil
You can’t perform that action at this time.
0 commit comments