summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-07-30 09:55:30 +0100
committerAlan Pearce2014-07-30 09:55:30 +0100
commit5e96669ee94ea6c58faa95f858a3b80ea9a25416 (patch)
tree74e2d9f99fc1b37fc1b48af84678e4bcc461b813
parent907e65e369e87f82e08d4b642fbd2201bdef0737 (diff)
downloaddotfiles-5e96669ee94ea6c58faa95f858a3b80ea9a25416.tar.lz
dotfiles-5e96669ee94ea6c58faa95f858a3b80ea9a25416.tar.zst
dotfiles-5e96669ee94ea6c58faa95f858a3b80ea9a25416.zip
Emacs: Fix error when opening magit
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 89487b1..a284eef 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -810,8 +810,7 @@
 (req-package magit
   :diminish magit-auto-revert-mode
   :commands (magit-status)
-  :config (let ((chars '(11942 5848 177)))
-            (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p chars))))
+  :config (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p '(11942 5848 177))))
   :init (add-hook 'magit-mode-hook #'magit-load-config-extensions))
 
 ;;;; Spelling