Load custom-file if it exists

This commit is contained in:
Evie Litherland-Smith 2025-02-24 07:29:09 +00:00
parent 4b4e6f551d
commit 41f18b03eb

View file

@ -1325,5 +1325,8 @@
(with-eval-after-load 'base16-theme
(add-hook 'after-init-hook #'my/configure-theme))
(when (and custom-file (file-exists-p custom-file))
(load custom-file nil 'nomessage))
(provide 'init)
;;; init.el ends here