branch: elpa/haskell-ts-mode commit 4cf9f99d93e344d981819a7ce314b635f914ef92 Author: pranshu <pranshusharma...@gmail.com> Commit: pranshu <pranshusharma...@gmail.com>
More changes --- .elpaignore | 3 +++ README.org | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 0000000000..373c2df8f3 --- /dev/null +++ b/.elpaignore @@ -0,0 +1,3 @@ +ss.png +README.org +LICENSE \ No newline at end of file diff --git a/README.org b/README.org index 73144c07db..c359be1dc2 100644 --- a/README.org +++ b/README.org @@ -96,7 +96,7 @@ set haskell-ts-font-lock-level accordingly. haskell-ts-mode is not compatiable with lsp-haskell. To enable eglot support, use the following function: #+begin_src: emacs-lisp -(eval-when-load 'eglot (haskell-ts-setup-eglot)) +(with-eval-after-load 'eglot (haskell-ts-setup-eglot)) #+end_src * TODO and limitations