mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix eval on modeline
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user