Skip to content

Commit

Permalink
Emacs: Not ask for confirmation to install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ilankri committed Mar 1, 2024
1 parent b2d5d96 commit 2fc29e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/emacs/init.ml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ let init () =

(* Ensure that packages are installed. *)
Ecamlx.Package.Vc.install_selected_packages ();
Ecamlx.Package.install_selected_packages ();
Ecamlx.Package.install_selected_packages ~no_confirm:true ();

(* Ensure that the latest version of packages is installed. *)
Ecamlx.Package.upgrade_all ~query:false ();
Expand Down

0 comments on commit 2fc29e2

Please sign in to comment.