Closed dnxbjyj closed 4 years ago
Looks like you're not using a monospaced font? Try changing your font to one of the programming fonts like Monaco, Fira Code, Consolas etc.
Looks like you're not using a monospaced font? Try changing your font to one of the programming fonts like Monaco, Fira Code, Consolas etc.
It works when I changed my font to Monaco, thanks a lot :)
Which font should be changed to a monospaced font?
@spacekitteh In my config I set both default
and fixed-pitch
font to the same
(defvar jp-default-font "Cascadia Code-10")
(set-face-font 'default jp-default-font)
(set-face-font 'fixed-pitch jp-default-font)
Hmm, when I figure out how to do elisp properly, I'll create a face for pretty-hydra to use, unless you want to do it? :P
Do you want the extra faces for further customization or just for fonts? If it's just fonts, it should use your default font unless you want a different font for hydras. I did think about introducing a couple of faces for different elements (title, headers and rows) but I don't really need it personally so haven't done it yet.
Both, actually, now that I think of it. I have a variable-pitched font as my default font; perhaps that is not a good idea in general?
I have this config:
And when I execute:
M-x jp-toggles/body
, I find that columns cannot left-justified:Can you help me? How to solve this problem? thank u :)