From 52a339cbecd52c836153516a933c9c13b46fe00f Mon Sep 17 00:00:00 2001 From: spwhitton Date: Thu, 3 Dec 2015 03:11:50 +0000 Subject: suggest haskell-tab-indent-mode for Emacs users in coding style page --- doc/coding_style.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/coding_style.mdwn') diff --git a/doc/coding_style.mdwn b/doc/coding_style.mdwn index 219b367c..86a8516e 100644 --- a/doc/coding_style.mdwn +++ b/doc/coding_style.mdwn @@ -107,3 +107,5 @@ Note for emacs users: You can put the following snippet into a file called (fill-column . 80))) ;; Warn about spaces used for indentation: (haskell-mode . ((eval . (highlight-regexp "^ *"))))) + +Also consider [haskell-tab-indent-mode](https://spwhitton.name/tech/code/haskell-tab-indent.el). The standard indentation modes that come with haskell-mode do not work well with tabs for indentation. This mode works well for hacking on Propellor. (A pull request has been submitted to have it included in haskell-mode.) -- cgit v1.3-2-g0d8e From 2cc31d3c41b4b4e3b8e54c03292fd7c2951cfd8f Mon Sep 17 00:00:00 2001 From: spwhitton Date: Sat, 5 Dec 2015 19:51:26 +0000 Subject: update link to haskell-tab-indent-mode --- doc/coding_style.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/coding_style.mdwn') diff --git a/doc/coding_style.mdwn b/doc/coding_style.mdwn index 86a8516e..92553d76 100644 --- a/doc/coding_style.mdwn +++ b/doc/coding_style.mdwn @@ -108,4 +108,4 @@ Note for emacs users: You can put the following snippet into a file called ;; Warn about spaces used for indentation: (haskell-mode . ((eval . (highlight-regexp "^ *"))))) -Also consider [haskell-tab-indent-mode](https://spwhitton.name/tech/code/haskell-tab-indent.el). The standard indentation modes that come with haskell-mode do not work well with tabs for indentation. This mode works well for hacking on Propellor. (A pull request has been submitted to have it included in haskell-mode.) +Also consider [haskell-tab-indent-mode](https://spwhitton.name/tech/code/haskell-tab-indent/). The standard indentation modes that come with haskell-mode do not work well with tabs for indentation. This mode works well for hacking on Propellor. -- cgit v1.3-2-g0d8e