summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-07-24 20:09:19 +0100
committerAlan Pearce2014-07-24 20:09:19 +0100
commit0c03d0bd46e1222d5eae80c8760d4458f9bac030 (patch)
treeec55d026e97c6be827ca77648acc258e280e3822 /tag-emacs
parent593b2f866a5557a1978e3352d311829e57952b25 (diff)
downloaddotfiles-0c03d0bd46e1222d5eae80c8760d4458f9bac030.tar.lz
dotfiles-0c03d0bd46e1222d5eae80c8760d4458f9bac030.tar.zst
dotfiles-0c03d0bd46e1222d5eae80c8760d4458f9bac030.zip
Emacs: Pick a displayable branch char for magit
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index f33c954..f58580c 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