From 1bc651b600fa01d903b910288dbb2c0bda3a7b3d Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Sun, 9 Nov 2025 19:36:02 +0200 Subject: [PATCH] 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. --- emacs/.emacs.d/prot-emacs-modules/prot-emacs-git.el | 4 +++- emacs/.emacs.d/prot-emacs.org | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-git.el b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-git.el index 6f67f2cf..870c25ab 100644 --- a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-git.el +++ b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-git.el @@ -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 diff --git a/emacs/.emacs.d/prot-emacs.org b/emacs/.emacs.d/prot-emacs.org index 0dc2a1c9..0bf51795 100644 --- a/emacs/.emacs.d/prot-emacs.org +++ b/emacs/.emacs.d/prot-emacs.org @@ -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