X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/95f304a8d9bd644b2fd49df49ca6acfbc93dae74..2e54e9db1def0a2624775458b8e7f91689bedc57:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 42152ea..13350c7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1333,8 +1333,6 @@ This function is intended for use with `ivy-ignore-buffers'." (eval-when-compile (defvar lean-mode-map)) (use-package lean-mode - :straight (:host github :repo "leanprover/lean-mode" - :fork (:repo "notbandali/lean-mode" :branch "remove-cl")) :defer 0.4 :bind (:map lean-mode-map ("S-SPC" . company-complete))