emacs-diffs
[Top][All Lists]
Advanced

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

scratch/emacs-editorconfig 599d3791e45 147/364: Add document about file_


From: Stefan Monnier
Subject: scratch/emacs-editorconfig 599d3791e45 147/364: Add document about file_type_emacs property
Date: Tue, 18 Jun 2024 01:40:50 -0400 (EDT)

branch: scratch/emacs-editorconfig
commit 599d3791e45fc1be2c7d96661646a5a2ff16ca14
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Add document about file_type_emacs property
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 77fff426920..e99f033618c 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,16 @@ Alternatively, you can find the package available on
 
 * `charset`
 * `max_line_length`
+* `file_type_emacs` (Experimental)
+
+This plugin also has an experimental support for `file_type_emacs`,
+which specifies "file types" for files.
+As for Emacs, it means `major-mode` can be specified: for example,
+when `file_type_emacs` is set to `markdown` for `a.txt`,
+`markdown-mode` will be enabled when opening `a.txt`.
+This propertiy is experimental and its meaning might change in
+the future updates.
+
 
 ## Customize
 



reply via email to

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