diff --git a/prosjekt/prosjekt.el b/prosjekt/prosjekt.el index 314b284..4045651 100644 --- a/prosjekt/prosjekt.el +++ b/prosjekt/prosjekt.el @@ -86,6 +86,7 @@ (require 'thingatpt) ; for read-from-whole-string (require 'dash) ; for -any? +(require 'cl) (defmacro prosjekt-with-cfg (&rest body) "Load the global config, bind it to `cfg`, run BODY, and save the global config."