emacs-elpa-diffs
[Top][All Lists]
Advanced

[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"



reply via email to

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