aboutsummaryrefslogtreecommitdiff
path: root/edit-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'edit-config.el')
-rw-r--r--edit-config.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/edit-config.el b/edit-config.el
index 6242f4e..660238a 100644
--- a/edit-config.el
+++ b/edit-config.el
@@ -30,5 +30,12 @@
:group 'emacs
:prefix "edit-config")
+(defcustom edit-config-files nil
+ "The list of config files.
+
+Each element of this list has the form (LABEL . FILENAME). LABEL is what
+is displayed in the prompt of `edit-config', and FILENAME is the actual
+configuration file.")
+
(provide 'edit-config)
;;; edit-config.el ends here