Giter Club home page Giter Club logo

Comments (8)

DogLooksGood avatar DogLooksGood commented on August 26, 2024 1

Fixed with 6a12dc4

from meow.

DogLooksGood avatar DogLooksGood commented on August 26, 2024

Hey, please share your font configuration.

from meow.

theSuess avatar theSuess commented on August 26, 2024

I'm using the following config:

    ;; Main typeface
    (set-face-attribute 'default nil :family "FantasqueSansM Nerd Font Mono" :height 140)
    ;; Set the fixed pitch face (monospace)
    (set-face-attribute 'fixed-pitch nil :family "FantasqueSansM Nerd Font Mono")
    ;; Set the variable pitch face
    (set-face-attribute 'variable-pitch nil :family "Atkinson Hyperlegible")
    ;; modeline
    (set-face-attribute 'mode-line nil :family "FantasqueSansM Nerd Font Mono" :height 140)
    (set-face-attribute 'mode-line-inactive nil :family "FantasqueSansM Nerd Font Mono" :height 140)

Let me know if you need any more information.

I'll try to reproduce this with a minimal configuration after work and share my findings here as well

from meow.

theSuess avatar theSuess commented on August 26, 2024

Alright, I've found a minimal example. Turns out the culprit is tab-width 2.

The following init.el reproduces the issue:

(require 'meow)

(meow-setup)
(meow-global-mode 1)
(setq-default indent-tabs-mode nil)
(setq-default tab-width 2)

Interestingly this does not happen with other tab widths (4,6 and 8 work fine)

from meow.

DogLooksGood avatar DogLooksGood commented on August 26, 2024

I think you are missing a global font configuration, which should refers to "FantasqueSansM Nerd Font Mono" in your case.

(add-to-list 'default-frame-alist '('font . "FantasqueSansM Nerd Font Mono-14"))
(set-frame-font "FantasqueSansM Nerd Font Mono-14")

from meow.

theSuess avatar theSuess commented on August 26, 2024

I don't think this has anything to do with the font. The minimal init.el from my previous comment reproduces this issue without any custom font configuration (emacs 29 from the fedora package repo).

I've tried the global font configuration as well, but it does not have any effect

from meow.

DogLooksGood avatar DogLooksGood commented on August 26, 2024

Okay, I think I can reproduce it.

from meow.

theSuess avatar theSuess commented on August 26, 2024

Thanks for the great package and such a quick fix!

from meow.

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.