about summary refs log tree commit diff
path: root/users/aspen/emacs.d/snippets/haskell-mode/shut up, hlint
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/emacs.d/snippets/haskell-mode/shut up, hlint')
-rw-r--r--users/aspen/emacs.d/snippets/haskell-mode/shut up, hlint6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/aspen/emacs.d/snippets/haskell-mode/shut up, hlint b/users/aspen/emacs.d/snippets/haskell-mode/shut up, hlint
new file mode 100644
index 0000000000..fccff1d66f
--- /dev/null
+++ b/users/aspen/emacs.d/snippets/haskell-mode/shut up, hlint
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: shut up, hlint
+# key: dupl
+# expand-env: ((yas-indent-line 'fixed))
+# --
+{-# ANN module ("HLint: ignore Reduce duplication" :: String) #-}
\ No newline at end of file