Skip to content

Commit

Permalink
fix(doom-modeline): hide the vertical bar correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 5, 2024
1 parent ad8a44d commit c784e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
(doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode rst-mode latex-mode tex-mode text-mode))
:custom-face
;; Hide the modeline bar
(doom-modeline-bar ((t (:inherit mode-line :background nil)))))
(doom-modeline-bar ((t (:inherit mode-line :background nil))))
(doom-modeline-bar-inactive ((t (:inherit mode-line :background nil)))))

(use-package spacious-padding
:straight t
Expand Down

0 comments on commit c784e12

Please sign in to comment.