From a9f2dd07b3bd9b2074b8cef7ee68abaefb7bbd4d Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 2 Mar 2022 01:47:24 +0000 Subject: nits --- lib/prog/jao-compilation.el | 4 ++-- lib/themes/jao-light-theme.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') 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 ;; 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) diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 93b59d6..0c41def 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -111,7 +111,7 @@ (scroll-bar (c "grey80" nil)) (show-paren-match (c nil "grey85")) (success (p f00)) - ;; (variable-pitch :family "DejaVu Sans" :height 110) + (variable-pitch :family "DejaVu Sans") (vertical-border (c "grey70" nil)) (warning (c "burlywood4" nil)) (widget-button (~ default) nit (ul "grey80")))) -- cgit v1.2.3