diff options
author | Alan Pearce | 2014-07-24 20:09:19 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-24 20:09:19 +0100 |
commit | 0c03d0bd46e1222d5eae80c8760d4458f9bac030 (patch) | |
tree | ec55d026e97c6be827ca77648acc258e280e3822 /tag-emacs | |
parent | 593b2f866a5557a1978e3352d311829e57952b25 (diff) | |
download | nixfiles-0c03d0bd46e1222d5eae80c8760d4458f9bac030.tar.lz nixfiles-0c03d0bd46e1222d5eae80c8760d4458f9bac030.tar.zst nixfiles-0c03d0bd46e1222d5eae80c8760d4458f9bac030.zip |
Emacs: Pick a displayable branch char for magit
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f33c9544..f58580c5 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -810,7 +810,8 @@ (req-package magit :diminish magit-auto-revert-mode :commands (magit-status) - :config (rename-modeline magit-status-mode "βΊ¦") + :config (let ((chars '(11942 5848 177))) + (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p chars)))) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) ;;;; Spelling |