branch: elpa/treesit-fold
commit a64f5252a66253852bef1c627cea9e39928e6392
Author: Jen-Chieh Shen <[email protected]>
Commit: GitHub <[email protected]>

    Add .dir-locals.el (#40)
---
 .dir-locals.el | 4 ++++
 Eask           | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..0e38d54a14
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((markdown-mode . ((fill-column . 80))))
diff --git a/Eask b/Eask
index 12a08afead..c30d1c6773 100644
--- a/Eask
+++ b/Eask
@@ -6,7 +6,7 @@
 (keywords "convenience" "folding" "tree-sitter")
 
 (package-file "ts-fold.el")
-(files "*.el")
+(files "ts-*.el")
 
 (script "test" "echo \"Error: no test specified\" && exit 1")
 

Reply via email to