diff options
| author | bh <qn+git@excalibur.computer> | 2025-12-10 18:42:51 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-12-10 18:42:51 +0800 |
| commit | 8bb3cd6b5dd016e8006815ac4ea579a76c7fcd9d (patch) | |
| tree | 290f8fb5aeae10269f354369b818e37c11c97019 /init.el | |
| parent | da4bb0bca7cb65840e1fba5f872a90be2bf89429 (diff) | |
Added Modeline
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -86,6 +86,7 @@ :background "#004344" ;; Dark teal background :foreground "#8affff" ;; Bright cyan text :box nil) ;; Remove border + ;;:box '(:line-width 3 :color "#004344")) ;; Add padding for icons (set-face-attribute 'mode-line-inactive nil :background "#003030" ;; Darker background for inactive :foreground "#808080" ;; Gray text for inactive @@ -277,3 +278,15 @@ ;; ===================================== (load (expand-file-name "config/evil.el" user-emacs-directory)) + +;; ===================================== +;; 🔨 IDE Features +;; ===================================== + +(load (expand-file-name "config/ide.el" user-emacs-directory)) + +;; ===================================== +;; 🔫 DOOM Modeline +;; ===================================== + +(load (expand-file-name "config/modeline.el" user-emacs-directory)) |
