mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
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:
parent
338054d1e4
commit
1bc651b600
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue