Skip to content

Commit

Permalink
fix(doom-modeline): do not redefine the segments
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 23, 2024
1 parent 001428d commit 76603aa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,7 @@
(doom-modeline-buffer-encoding 'nondefault)
(doom-modeline-unicode-fallback t)
(doom-modeline-enable-word-count t)
(doom-modeline-continuous-word-count-modes
'(markdown-mode gfm-mode org-mode rst-mode latex-mode tex-mode text-mode))
:config
;; HACK: Add some padding to the right
(doom-modeline-def-modeline 'main
'(eldoc bar workspace-name window-number modals matches follow buffer-info
remote-host buffer-position word-count parrot selection-info)
'(compilation objed-state misc-info persp-name battery grip irc mu4e gnus
github debug repl lsp minor-modes input-method indent-info buffer-encoding
major-mode process vcs checker time " ")))
(doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode rst-mode latex-mode tex-mode text-mode)))

(use-package solaire-mode
:straight t
Expand Down

0 comments on commit 76603aa

Please sign in to comment.