From 71d438ad345f85847ab1b77c9cc99133963da47f Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Tue, 19 Mar 2024 09:06:15 +0100 Subject: Define the core custom variable --- edit-config.el | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3