Skip to content

Commit

Permalink
tweak(dirvish): don't show Git messages
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 25, 2024
1 parent 1e2e6e3 commit 1fa5265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:straight t
:demand minemacs-started-with-extra-args-p
:custom
(dirvish-attributes '(subtree-state nerd-icons file-size vc-state git-msg))
(dirvish-attributes '(subtree-state nerd-icons file-size vc-state))
(dirvish-cache-dir (+directory-ensure minemacs-cache-dir "dirvish/"))
(dirvish-mode-line-format '(:left (sort file-time symlink) :right (omit yank index)))
(dirvish-side-width 30)
Expand Down

0 comments on commit 1fa5265

Please sign in to comment.