X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/c31b1ac02d0c0b4c375384dc72cc26073ecb526c..e931bbddd5b72fa2edf21778c96fa95227cbe36d:/init.org diff --git a/init.org b/init.org index 3cf7343..257e868 100644 --- a/init.org +++ b/init.org @@ -1411,7 +1411,8 @@ Automatically save place in each file. ** [[https://coq.inria.fr][Coq]] (with [[https://github.com/ProofGeneral/PG][Proof General]]) #+begin_src emacs-lisp -(use-package proof-general) +(use-package proof-site + :straight proof-general) #+end_src ** [[https://leanprover.github.io][Lean]] (with [[https://github.com/leanprover/lean-mode][lean-mode]]) @@ -2014,7 +2015,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. #+begin_src emacs-lisp (use-package shrink-path - :after eshell + :defer 2 :config (setq eshell-prompt-regexp "\\(.*\n\\)*λ " eshell-prompt-function #'+eshell/prompt) @@ -2045,6 +2046,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. #+begin_src emacs-lisp (use-package eshell-up + :commands eshell-up :after eshell) #+end_src