From 2e54e9db1def0a2624775458b8e7f91689bedc57 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 14 Sep 2019 09:44:14 -0400 Subject: emacs: update lean-mode my PR removing (require 'cl) has been merged --- .emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) (limited to '.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)) -- cgit v1.2.3-83-g751a