We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f581feb commit a64f525Copy full SHA for a64f525
.dir-locals.el
@@ -0,0 +1,4 @@
1
+;;; Directory Local Variables
2
+;;; For more information see (info "(emacs) Directory Variables")
3
+
4
+((markdown-mode . ((fill-column . 80))))
Eask
@@ -6,7 +6,7 @@
6
(keywords "convenience" "folding" "tree-sitter")
7
8
(package-file "ts-fold.el")
9
-(files "*.el")
+(files "ts-*.el")
10
11
(script "test" "echo \"Error: no test specified\" && exit 1")
12
0 commit comments