[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc d068ec0546 030/351: Use \' instead of $
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc d068ec0546 030/351: Use \' instead of $ |
Date: |
Thu, 13 Jun 2024 18:38:38 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit d068ec0546938a0d02b05ac5a75c370962205ed2
Author: USAMI Kenta <tadsan@zonu.me>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Use \' instead of $
---
editorconfig.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/editorconfig.el b/editorconfig.el
index a5ef929102..3c72fd0f02 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -109,4 +109,6 @@ property emacs_linum to decide whether to show line numbers
on the left
(dolist (hook edconf-custom-hooks)
(funcall hook props)))
+(add-to-list 'auto-mode-alist '("/\\.editorconfig\\'" . conf-unix-mode))
+
(provide 'editorconfig)
- [nongnu] scratch/editorconfig-cc 8ee7d0b533 008/351: Set indent_size for lisp mode and ruby mode., (continued)
- [nongnu] scratch/editorconfig-cc 8ee7d0b533 008/351: Set indent_size for lisp mode and ruby mode., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d744546fc6 003/351: Add root=true to the top .editorconfig., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 10be4fd165 006/351: provide feature, use symbol prefix, add commentary,, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 5bc887b015 017/351: Support web-mode., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ac28a9fd1d 015/351: Bump version number, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6c18a40b51 024/351: Make edconf-exec-path a customizable variable., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6bdcaf89df 018/351: Add cmake-mode support., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cd38bdaa64 048/351: Prepare v0.6, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cf6786403a 034/351: Change symbol prefix: edconf -> editorconfig, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6bfbea985c 073/351: Catch error thrown from get-properties-function and display it, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d068ec0546 030/351: Use \' instead of $,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc b45ec732a2 029/351: Relicense to GPLv3+, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 549d06a982 057/351: Add MELPA badges, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 701a5c0673 053/351: Fix indent of editorconfig.el according to .editorconfig, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 2dbb864922 044/351: Update Makefile to run all tests including core, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9e9c4f706a 041/351: Update .editorconfig for Makefile and .gitmodules, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e93f45738c 049/351: Add license header to executable, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 675ea40668 065/351: Bump version: 0.7.0, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ebd09d700f 047/351: Fix all indentation according to editorconfig, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 381cf75a95 070/351: Add ps-mode indentation support, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc aea1b70fa7 066/351: I forgot to update editorconfig-core-version const, Stefan Monnier, 2024/06/13