Use "opam var" instead "opam config var"
"opam config var" was deprecared in version 2.1 and generates an error message in the process output: [WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
This commit is contained in:
parent
fcb7903603
commit
8cc5632825
|
@ -173,7 +173,7 @@ to your `~/.emacs`:
|
||||||
'load-path
|
'load-path
|
||||||
(replace-regexp-in-string
|
(replace-regexp-in-string
|
||||||
"\n" "/share/emacs/site-lisp"
|
"\n" "/share/emacs/site-lisp"
|
||||||
(shell-command-to-string "opam config var prefix")))
|
(shell-command-to-string "opam var prefix")))
|
||||||
|
|
||||||
;; Automatically load utop.el
|
;; Automatically load utop.el
|
||||||
(autoload 'utop "utop" "Toplevel for OCaml" t)
|
(autoload 'utop "utop" "Toplevel for OCaml" t)
|
||||||
|
|
Loading…
Reference in New Issue