summaryrefslogtreecommitdiffhomepage
path: root/lib/prog
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-02 01:47:24 +0000
committerjao <jao@gnu.org>2022-03-02 01:47:24 +0000
commita9f2dd07b3bd9b2074b8cef7ee68abaefb7bbd4d (patch)
treee68550a00d5b371955a7142f0686ea7003ba5166 /lib/prog
parent5a220cd93c522a5b861312bb742f1cd111c4d6a2 (diff)
downloadelibs-a9f2dd07b3bd9b2074b8cef7ee68abaefb7bbd4d.tar.gz
elibs-a9f2dd07b3bd9b2074b8cef7ee68abaefb7bbd4d.tar.bz2
nits
Diffstat (limited to 'lib/prog')
-rw-r--r--lib/prog/jao-compilation.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/prog/jao-compilation.el b/lib/prog/jao-compilation.el
index 1c8e465..c099701 100644
--- a/lib/prog/jao-compilation.el
+++ b/lib/prog/jao-compilation.el
@@ -1,6 +1,6 @@
;;; jao-compilation.el --- utilities to lauch compilations -*- lexical-binding: t; -*-
-;; Copyright (C) 2020, 2021 jao
+;; Copyright (C) 2020, 2021, 2022 jao
;; Author: jao <mail@jao.io>
;; Keywords: convenience
@@ -111,7 +111,7 @@
"Makefile" "makefile" "configure.ac" "bootstrap.sh" "aclocal.m4"
"project.clj" "build.xml" "pom.xml" "setup.py" "stack.yaml")
(with-eval-after-load "project"
- (add-to-list 'project-find-functions #'jao-find-compilation-root)))
+ (add-to-list 'project-find-functions #'jao-find-compilation-root t)))
(provide 'jao-compilation)