Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
seagreen committed May 10, 2020
1 parent 14202fd commit f0b85fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
; emacs config
; Use with this in your Emacs config:
;
; (use-package reformatter)
; (reformatter-define ormolu-format-0.0.5.0
; :program "ormolu-0.0.5.0"
; :args '("--ghc-opt" "-XBangPatterns"
; "--ghc-opt" "-XTypeApplications"))

((haskell-mode
(mode . ormolu-format-0.0.5.0-on-save)))

0 comments on commit f0b85fb

Please sign in to comment.