As described. My `init.el` file has the following lines related to Rocq: ```elisp (setq company-coq-live-on-the-edge t) (use-package proof-general :hook (coq-mode . company-coq-mode) :custom (coq-compile-before-require t) ) ```
As described. My
init.elfile has the following lines related to Rocq: