From 718899c629bb1b8bd05285c2e8c5a1709e8e5226 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 1 Sep 2020 13:44:18 +0100 Subject: More Elisp linting In order for this to scale, I need to solve two things: 1. Ad-hoc ignore fill-column rules for URLs and other exceptions. 2. Run Elisp flychecker without evaluating my Elisp code and firing its side-effects. --- emacs/.emacs.d/wpc/constants.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d/wpc/constants.el') diff --git a/emacs/.emacs.d/wpc/constants.el b/emacs/.emacs.d/wpc/constants.el index f57e10b63911..ae21a089cc05 100644 --- a/emacs/.emacs.d/wpc/constants.el +++ b/emacs/.emacs.d/wpc/constants.el @@ -1,4 +1,4 @@ -;;; constants.el --- Constants for organizing my Emacs -*- lexical-binding: t -*- +;;; constants.el --- Constants for organizing my Elisp -*- lexical-binding: t -*- ;; Author: William Carroll ;; Version: 0.0.1 @@ -26,7 +26,7 @@ (defconst constants-ci? (maybe-some? (getenv "CI")) - "True when Emacs is running in CI.") + "Encoded as t when Emacs is running in CI.") (defconst constants-briefcase (getenv "BRIEFCASE") -- cgit 1.4.1