mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
6 lines
185 B
EmacsLisp
6 lines
185 B
EmacsLisp
;;; 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 "~")))
|
|
|