config/private: add doctor.el

This commit is contained in:
Henrik Lissner 2018-03-26 06:43:29 -04:00
parent 3b94bafb3a
commit 9dc4e59a2c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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 "~")))