Fix fricas faces
This commit is contained in:
parent
1d68bc3e24
commit
4ccf34d70e
20
init.el
20
init.el
@ -956,21 +956,21 @@ argument."
|
|||||||
(setq-local completion-at-point-functions temp-capfs)))
|
(setq-local completion-at-point-functions temp-capfs)))
|
||||||
'((name . "my/-fricas-fix-capfs")))
|
'((name . "my/-fricas-fix-capfs")))
|
||||||
:config
|
:config
|
||||||
(face-spec-set 'fricas-type-time '((t (:foreground nil
|
(face-spec-set 'fricas-type-time '((t (:foreground unspecified
|
||||||
:background nil
|
:background unspecified
|
||||||
:inherit font-lock-type-face))))
|
:inherit font-lock-type-face))))
|
||||||
(face-spec-set 'fricas-message '((t (:foreground nil
|
(face-spec-set 'fricas-message '((t (:foreground unspecified
|
||||||
:background nil
|
:background unspecified
|
||||||
:inherit error))))
|
:inherit error))))
|
||||||
(face-spec-set 'fricas-undefined '((t (:foreground nil
|
(face-spec-set 'fricas-undefined '((t (:foreground unspecified
|
||||||
:background nil
|
:background unspecified
|
||||||
:inherit nerd-icons-lblue))))
|
:inherit nerd-icons-lblue))))
|
||||||
(face-spec-set 'fricas-algebra '((t (:foreground nil
|
(face-spec-set 'fricas-algebra '((t (:foreground unspecified
|
||||||
:background nil
|
:background unspecified
|
||||||
:weight bold
|
:weight bold
|
||||||
:inherit fricas-prompt))))
|
:inherit fricas-prompt))))
|
||||||
(face-spec-set 'fricas-TeX '((t (:foreground nil
|
(face-spec-set 'fricas-TeX '((t (:foreground unspecified
|
||||||
:background nil
|
:background unspecified
|
||||||
:inherit fricas-prompt)))))
|
:inherit fricas-prompt)))))
|
||||||
|
|
||||||
;; gnuplot (mostly for org-plot)
|
;; gnuplot (mostly for org-plot)
|
||||||
|
Loading…
Reference in New Issue
Block a user