Fix eval on modeline
This commit is contained in:
parent
c224e2e771
commit
f368745406
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue