Skip to content

Commit a64f525

Browse files
authored
Add .dir-locals.el (#40)
1 parent f581feb commit a64f525

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.dir-locals.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(keywords "convenience" "folding" "tree-sitter")
77

88
(package-file "ts-fold.el")
9-
(files "*.el")
9+
(files "ts-*.el")
1010

1111
(script "test" "echo \"Error: no test specified\" && exit 1")
1212

0 commit comments

Comments
 (0)