Skip to content

Commit

Permalink
tweak(emacs): modeline: use eyebrowse's native workspace indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 14, 2024
1 parent c999eee commit 5027b55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
(eyebrowse-mode 1)
:custom
(eyebrowse-new-workspace #'dashboard-open)
(eyebrowse-mode-line-separator "|")
:general
(with-eval-after-load 'magit
(general-def
Expand Down Expand Up @@ -245,6 +246,7 @@
(doom-modeline-modal-icon nil)
(doom-modeline-check-icon nil)
(doom-modeline-buffer-state-icon nil)
(doom-modeline-workspace-name nil)
(doom-modeline-buffer-file-name-style 'file-name-with-project))

(use-package nyan-mode
Expand Down

0 comments on commit 5027b55

Please sign in to comment.