diff --git a/modules/config/private/doctor.el b/modules/config/private/doctor.el new file mode 100644 index 000000000..094b94132 --- /dev/null +++ b/modules/config/private/doctor.el @@ -0,0 +1,5 @@ +;;; config/private/doctor.el -*- lexical-binding: t; -*- + +(unless (file-directory-p +private-config-path) + (warn! "Couldn't find '%s'" (file-relative-name +private-config-path "~"))) +