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

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

[nongnu] elpa/treesit-fold e9d26a8e18 186/417: Update Eask


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold e9d26a8e18 186/417: Update Eask
Date: Mon, 1 Jul 2024 10:02:24 -0400 (EDT)

branch: elpa/treesit-fold
commit e9d26a8e1866ddf7da93caa08f87baafc2ef3765
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>

    Update Eask
---
 Eask | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/Eask b/Eask
index a73039647f..eddf86285b 100644
--- a/Eask
+++ b/Eask
@@ -1,15 +1,14 @@
-(source "gnu")
-(source "melpa")
-
 (package "ts-fold" "0.1.0" "Code folding using tree-sitter")
 
 (package-file "ts-fold.el")
 (files "*.el")
 
+(source "gnu")
+(source "melpa")
+
 (depends-on "emacs" "26.1")
 (depends-on "tree-sitter")
 (depends-on "s")
 (depends-on "fringe-helper")
 
-(setq network-security-level 'low      ; see 
https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
-      byte-compile-error-on-warn nil)
+(setq network-security-level 'low)  ; see 
https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432



reply via email to

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