From dd3cc3aa83e51a2094417a935fd3389bba68a868 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 11 Oct 2024 12:58:40 +0200 Subject: [PATCH] chore: allow using custom-packages.el to load packages per computer --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index bbf9a05..5c29111 100644 --- a/init.el +++ b/init.el @@ -1434,4 +1434,6 @@ (setq warning-minimum-level :error) +(require 'custom-packages nil t) + ;;; init.el ends here -- 2.48.1