mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
config/private: add doctor.el
This commit is contained in:
5
modules/config/private/doctor.el
Normal file
5
modules/config/private/doctor.el
Normal 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 "~")))
|
||||||
|
|
Reference in New Issue
Block a user