File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
- name: "caml-mode"
3
- version: "VERSION"
4
2
authors: [
5
3
"Damien Doligez"
6
4
"Jacques Garrigue"
@@ -9,7 +7,7 @@ authors: [
9
7
"Ian T Zimmerman"
10
8
]
11
9
12
- license: "GNU General Public License "
10
+ license: "GPL-2.0-or-later "
13
11
homepage: "https://github.com/ocaml/caml-mode"
14
12
dev-repo: "git+https://github.com/ocaml/caml-mode.git"
15
13
bug-reports: "https://github.com/ocaml/caml-mode/issues"
@@ -25,5 +23,6 @@ depends: ["ocaml" "conf-emacs"]
25
23
post-messages: """
26
24
If you have not yet done so, please add in ~/.emacs.d/init.el or
27
25
in ~/.emacs to following line:
28
- (add-to-list 'load-path "%{share}%/emacs/site-lisp/")""" {success}
26
+ (add-to-list 'load-path "%{share}%/emacs/site-lisp/")
27
+ """ {success & !user-setup:installed}
29
28
synopsis: "SYNOPSIS"
You can’t perform that action at this time.
0 commit comments