all repos — nixfiles @ 5e96669ee94ea6c58faa95f858a3b80ea9a25416

System and user configuration, managed by nix and home-manager

Emacs: Fix error when opening magit

Alan Pearce
commit

5e96669ee94ea6c58faa95f858a3b80ea9a25416

parent

907e65e369e87f82e08d4b642fbd2201bdef0737

1 file changed, 1 insertion(+), 2 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-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