[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 6c18a40b51 024/351: Make edconf-exec-pa
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 6c18a40b51 024/351: Make edconf-exec-path a customizable variable. |
Date: |
Thu, 13 Jun 2024 18:38:38 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 6c18a40b51e459b44af380aa42e111870ab9334f
Author: Hong Xu <hong@topbug.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Make edconf-exec-path a customizable variable.
---
editorconfig.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/editorconfig.el b/editorconfig.el
index d3378e4ff4..989d8f5702 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -44,7 +44,11 @@
;;; Code:
-(defvar edconf-exec-path "editorconfig")
+(defcustom edconf-exec-path
+ "editorconfig"
+ "EditorConfig command"
+ :type 'string
+ :group 'editorconfig)
(defun edconf-string-integer-p (string)
"Whether a string representing integer"
- [nongnu] scratch/editorconfig-cc 68ad326706 002/351: Update EditorConfig url., (continued)
- [nongnu] scratch/editorconfig-cc 68ad326706 002/351: Update EditorConfig url., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 45afbe1bc9 007/351: Add a link to `editorconfig.el` in README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a8ca8c46f7 005/351: Update EditorConfig Core URL., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 871a69ab90 028/351: Add Hong Xu to contributor list., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e69ebeeaa1 010/351: Reset the indentation rule., Stefan Monnier, 2024/06/13
- [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 <=
- [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, 2024/06/13
- [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