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

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

[nongnu] elpa/haskell-ts-mode e0fc06046b 2/3: Typo


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-ts-mode e0fc06046b 2/3: Typo
Date: Mon, 16 Sep 2024 07:00:01 -0400 (EDT)

branch: elpa/haskell-ts-mode
commit e0fc06046bb7facfc9f0ad017ef592762ba04187
Author: pranshu sharma <pranshu@pebl>
Commit: pranshu sharma <pranshu@pebl>

    Typo
---
 haskell-ts-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el
index 9eb6a5c3ef..f60bcec66b 100644
--- a/haskell-ts-mode.el
+++ b/haskell-ts-mode.el
@@ -70,7 +70,7 @@
   :group 'haskell-ts-mode
   :type 'integer)
 
-(defvar haskell-ts-prettify-symbols-alits
+(defvar haskell-ts-prettify-symbols-alist
   '(("\\" . "λ")
     ("/=" . "≠")
     ("->" . "→")
@@ -387,7 +387,7 @@
   ;; Nav
   (setq-local treesit-defun-name-function 'haskell-ts-defun-name)
   (setq-local treesit-defun-type-regexp "function")
-  (setq-local prettify-symbols-alist haskell-ts-prettify-symbols-alits)
+  (setq-local prettify-symbols-alist haskell-ts-prettify-symbols-alist)
   ;; Imenu
   (setq-local treesit-simple-imenu-settings
              `((nil haskell-ts-imenu-func-node-p nil



reply via email to

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