Open favonia opened 3 years ago
Recent Emacs will also check ~/.config/emacs/init.el and opam user-setup should emulate the main logic used by Emacs. That is, perhaps this function needs to be changed:
~/.config/emacs/init.el
opam user-setup
https://github.com/ocaml-opam/opam-user-setup/blob/8208197c93189ed10db9e4c383377e8c3a1a43cf/emacs/emacs.ml#L101-L108
It might also be useful to have an option to specify the location of configuration files that will somehow work with --editors.
--editors
Recent Emacs will also check
~/.config/emacs/init.el
andopam user-setup
should emulate the main logic used by Emacs. That is, perhaps this function needs to be changed:https://github.com/ocaml-opam/opam-user-setup/blob/8208197c93189ed10db9e4c383377e8c3a1a43cf/emacs/emacs.ml#L101-L108
It might also be useful to have an option to specify the location of configuration files that will somehow work with
--editors
.