diff options
| author | bh <qn+git@excalibur.computer> | 2025-12-13 22:59:49 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-12-13 22:59:49 +0800 |
| commit | e0812d171c2cb6f71822357046068a261bd121e4 (patch) | |
| tree | 2eb0f30a9cc4f38b0529f7cde9f6e23250315383 /init.el | |
| parent | c176b559fac5c860d50a140dfcfe589ea52173ae (diff) | |
Added Dashboard
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -296,6 +296,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 ;; ===================================== |
