File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 62
62
:hook (minemacs-after-startup . doom-modeline-mode)
63
63
:custom
64
64
(doom-modeline-height 28 )
65
- (doom-modeline-bar-width 8 )
65
+ (doom-modeline-bar-width 1 )
66
66
(doom-modeline-time-icon nil )
67
67
(doom-modeline-buffer-encoding 'nondefault )
68
68
(doom-modeline-unicode-fallback t )
69
69
(doom-modeline-enable-word-count t )
70
- (doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode rst-mode latex-mode tex-mode text-mode)))
70
+ (doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode rst-mode latex-mode tex-mode text-mode))
71
+ :custom-face
72
+ ; ; Hide the modeline bar
73
+ (doom-modeline-bar ((t (:inherit mode-line :background nil )))))
74
+
75
+ (use-package spacious-padding
76
+ :straight t
77
+ :hook (minemacs-after-startup . spacious-padding-mode)
78
+ :custom
79
+ (spacious-padding-subtle-mode-line t )
80
+ (spacious-padding-widths '(:internal-border-width 15
81
+ :right-divider-width 20
82
+ :header-line-width 4
83
+ :mode-line-width 1
84
+ :tab-width 3
85
+ :scroll-bar-width 8
86
+ :left-fringe-width 8
87
+ :right-fringe-width 13 )))
71
88
72
89
73
90
(provide 'me-core-ui )
Original file line number Diff line number Diff line change 24
24
(mouse-color . " blue" )
25
25
(left-fringe . 8 )
26
26
(right-fringe . 13 )
27
- (internal-border-width . 10 )
27
+ (internal-border-width . 15 )
28
28
(fullscreen . maximized))
29
29
; ; Explicitly set modes disabled in `default-frame-alist' to nil
30
30
tool-bar-mode nil
You can’t perform that action at this time.
0 commit comments