From 335f104c712d13d2ab020c1536e0a1b4d51062d7 Mon Sep 17 00:00:00 2001 From: Kirill Ignatiev Date: Sat, 27 Dec 2014 02:09:05 -0500 Subject: [PATCH] Add hl-indent. It is a minor mode for highlighting irregular indentation, which is indentation not necessarily at multiples of some number. --- recipes/hl-indent | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/hl-indent diff --git a/recipes/hl-indent b/recipes/hl-indent new file mode 100644 index 00000000..9cb4bf8f --- /dev/null +++ b/recipes/hl-indent @@ -0,0 +1 @@ +(hl-indent :fetcher github :repo "ikirill/hl-indent")