Giter Site home page Giter Site logo

Comments (7)

dnxbjyj avatar dnxbjyj commented on September 24, 2024 1

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 :)

from major-mode-hydra.el.

jerrypnz avatar jerrypnz commented on September 24, 2024

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.

from major-mode-hydra.el.

spacekitteh avatar spacekitteh commented on September 24, 2024

Which font should be changed to a monospaced font?

from major-mode-hydra.el.

jerrypnz avatar jerrypnz commented on September 24, 2024

@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)

from major-mode-hydra.el.

spacekitteh avatar spacekitteh commented on September 24, 2024

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

from major-mode-hydra.el.

jerrypnz avatar jerrypnz commented on September 24, 2024

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.

from major-mode-hydra.el.

spacekitteh avatar spacekitteh commented on September 24, 2024

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?

from major-mode-hydra.el.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.