From e0812d171c2cb6f71822357046068a261bd121e4 Mon Sep 17 00:00:00 2001 From: bh Date: Sat, 13 Dec 2025 22:59:49 +0800 Subject: Added Dashboard --- init.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index d1f4033..45e1c0b 100644 --- a/init.el +++ b/init.el @@ -295,6 +295,18 @@ (load (expand-file-name "config/evil.el" user-emacs-directory)) +;; ===================================== +;; 🔍 Completion Framework +;; ===================================== + +(load (expand-file-name "config/completion.el" user-emacs-directory)) + +;; ===================================== +;; 🗹 Dashbaord +;; ===================================== + +(load (expand-file-name "config/dashboard.el" user-emacs-directory)) + ;; ===================================== ;; 🔨 IDE Features ;; ===================================== -- cgit v1.2.3