Skip to content

add support to indent and align guard and rhs for unicode haskell #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add require inf-haskell solve reference to variable find-tag-marker-ring
  • Loading branch information
m00nlight committed Aug 23, 2014
commit 66c5f054ab3709c00450d824d22d0da5d4e2bd38
1 change: 1 addition & 0 deletions haskell-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
(require 'haskell-align-imports)
(require 'haskell-sort-imports)
(require 'haskell-string)
(require 'inf-haskell)
(with-no-warnings (require 'cl))

;; FIXME: code-smell: too many forward decls for haskell-session are required here
Expand Down