Fix eval on modeline

This commit is contained in:
Eric Dallo 2020-06-16 18:13:48 -03:00
parent c224e2e771
commit f368745406
No known key found for this signature in database
GPG key ID: 985DD2B6664886B8

View file

@ -110,7 +110,7 @@
(+modeline-format-icon 'faicon "terminal" "" face label -0.0575) (+modeline-format-icon 'faicon "terminal" "" face label -0.0575)
" ")) " "))
(add-to-list 'global-mode-string (add-to-list 'global-mode-string
'cider-modeline-icon '(t (:eval cider-modeline-icon))
'append))))) 'append)))))
;; The CIDER welcome message obscures error messages that the above code is ;; The CIDER welcome message obscures error messages that the above code is