summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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))