emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-ts-mode 5a473f4ef7 3/4: Add use package block in r


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-ts-mode 5a473f4ef7 3/4: Add use package block in readme
Date: Fri, 4 Apr 2025 04:01:00 -0400 (EDT)

branch: elpa/haskell-ts-mode
commit 5a473f4ef7fbfaa67263ea1dcdd87d96dd3e7c98
Author: Pranshu Sharma <pranshu@bauherren.ovh>
Commit: Pranshu Sharma <pranshu@bauherren.ovh>

    Add use package block in readme
    
    Bug #4
---
 README.org | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 5b46f0aaf5..d7ea488592 100644
--- a/README.org
+++ b/README.org
@@ -77,12 +77,16 @@ the end of the second line.
 
 * Installation
 
-The package is avaiable on 
[[https://elpa.nongnu.org/nongnu/haskell-ts-mode.html][NonGnu ELPA]], you can 
install it using: ~M-x
-package-install RET haskell-ts-mode RET~
+Add this into your init.el:
 
 #+begin_src elisp
-(add-to-list 'load-path "path/to/haskell-ts-mode")
-(require 'haskell-ts-mode)
+  (use-package haskell-ts-mode
+    :ensure t
+    :custom
+    (haskell-ts-font-lock-level 4)
+    (haskell-ts-use-indent t)
+    (haskell-ts-ghci "ghci")
+    (haskell-ts-use-indent t))
 #+end_src
 
 * Customization



reply via email to

[Prev in Thread] Current Thread [Next in Thread]