el-get/test/issues/el-get-issue-1752.el
Stephan Creutz f4ce3bc177 Fix several regression tests
Many regression tests broke after the removal of "cl", because they
assumed "cl" is implicitly loaded. Others regression tests broke for
other reasons.

The commit fixes _not_ all regression tests. This is meant to be the
first wave.
2021-11-13 22:57:24 +01:00

9 lines
246 B
EmacsLisp

(setq
el-get-sources
'((:name el-get-install
:type http
:url "https://github.com/dimitri/el-get/raw/master/el-get-install.el"
:checksum "9495f609e1635dde17d70a89f021003fbc0372c8")))
(el-get 'sync 'el-get-install)