From a2438dabc3a4d90e34ba6a3099994ed50cf0f01e Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 16 Jul 2023 01:24:15 -0400 Subject: fixup --- packages/highlight-indentation.el | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 packages/highlight-indentation.el (limited to 'packages/highlight-indentation.el') diff --git a/packages/highlight-indentation.el b/packages/highlight-indentation.el new file mode 100644 index 0000000..499f6e9 --- /dev/null +++ b/packages/highlight-indentation.el @@ -0,0 +1,2 @@ +(use-package highlight-indentation + :if (locate-library "highlight-indentation")) -- cgit v1.2.3