summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2025-12-10 18:42:51 +0800
committerbh <qn+git@excalibur.computer>2025-12-10 18:42:51 +0800
commit8bb3cd6b5dd016e8006815ac4ea579a76c7fcd9d (patch)
tree290f8fb5aeae10269f354369b818e37c11c97019 /init.el
parentda4bb0bca7cb65840e1fba5f872a90be2bf89429 (diff)
Added Modeline
Diffstat (limited to 'init.el')
-rw-r--r--init.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/init.el b/init.el
index a37105f..1cf49b8 100644
--- a/init.el
+++ b/init.el
@@ -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))