Skip to content

Commit

Permalink
tweam(emacs): doom-modeline: appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Apr 26, 2024
1 parent 79234c7 commit da71466
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,11 @@
:custom
(doom-modeline-height 42)
(doom-modeline-indent-info t)
(doom-modeline-buffer-file-name-style 'truncate-nil))

(doom-modeline-modal-icon nil)
(doom-modeline-check-icon nil)
(doom-modeline-buffer-state-icon nil)
(doom-modeline-buffer-file-name-style 'file-name))

(use-package eyebrowse
:init
(eyebrowse-mode 1)
Expand Down

0 comments on commit da71466

Please sign in to comment.