branch: elpa/haskell-tng-mode commit a4ec07aa40e23483a88c3dd8fcd75d38d70a2131 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
fix install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48cb224..6388bd7 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Instead, and following the [anarchical spirit of Haskell](https://www.microsoft. Check out the source code repository, type `cask build`, and add to your load path: ```lisp -(add-to-list 'load-path (expand-file-name "~/Projects/haskell-mode")) -(require 'haskell-mode-autoloads) +(add-to-list 'load-path (expand-file-name "~/Projects/haskell-tng.el/")) +(require 'haskell-tng-mode) ``` There are no plans to distribute any other way: this encourages contributor engagement.