summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 0496e41ca2..8e5d3902e3 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -25,6 +25,7 @@
                (unless (boundp 'geiser-guile-load-path)
                  (defvar geiser-guile-load-path '()))
                (make-local-variable 'geiser-guile-load-path)
+               (require 'cl-lib)
                (cl-pushnew root-dir* geiser-guile-load-path
                            :test #'string-equal)))))