emacs: stop using the fringe indicators in Magit

I tried them for a while. They are okay, but I prefer to have that at
the end of the line as text that is consistent with my font rather
than some bitmap.
This commit is contained in:
Protesilaos Stavrou 2025-11-09 19:36:02 +02:00
parent 338054d1e4
commit 1bc651b600
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 6 additions and 2 deletions

View file

@ -180,7 +180,9 @@
"M-w" #'nil))
(setq magit-define-global-key-bindings nil)
(setq magit-section-visibility-indicator '(magit-fringe-bitmap> . magit-fringe-bitmapv))
(setq magit-section-visibility-indicators
`(;; (magit-fringe-bitmap> . magit-fringe-bitmapv)
("" . t))) ; same as `org-ellpisis'
;; Show icons for files in the Magit status and other buffers.
(with-eval-after-load 'nerd-icons

View file

@ -7245,7 +7245,9 @@ changes I make here are not necessary.
"M-w" #'nil))
(setq magit-define-global-key-bindings nil)
(setq magit-section-visibility-indicator '(magit-fringe-bitmap> . magit-fringe-bitmapv))
(setq magit-section-visibility-indicators
`(;; (magit-fringe-bitmap> . magit-fringe-bitmapv)
("⮧" . t))) ; same as `org-ellpisis'
;; Show icons for files in the Magit status and other buffers.
(with-eval-after-load 'nerd-icons