-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
This is not working for me:
(custom-set-faces
'(claude-code-repl-face ((t (:family "JuliaMono")))))
Both eat and vterm seem to ignore this. The only way I've been able to customize the font is via claude-code-start-hook
:
(defun df/set-julia-tiny ()
"Set JuliaMono :height 0.8 for the current buffer."
(buffer-face-set '(:family "JuliaMono" :height 0.8)))
(add-hook 'claude-code-start-hook #'df/set-julia-tiny)
Metadata
Metadata
Assignees
Labels
No labels