Coder Social home page Coder Social logo

Comments (4)

seagle0128 avatar seagle0128 commented on July 18, 2024

Enable doom-modeline-minor-modes (DON'T diminish flycheck-mode), or (add-to-list 'global-mode-string flycheck-mode-line).

from doom-modeline.

chookity-pokk avatar chookity-pokk commented on July 18, 2024

(add-to-list 'global-mode-string flycheck-mode-line)

This seems to work on the dashboard but once entering a python file it gets rid of that as well as my perspective. My global mode string is

((:eval
  (flycheck-status-emoji-mode-line-text))
 ""
 (:eval
  (persp-mode-line)))

It seems like even if I remove the flycheck stuff from there I miss my perspective anyway which I don't think has usually been the case?

image image

Here is my whole config,

(use-package doom-modeline
  :ensure t
  :init (slot/vc-install :fetcher "github" :repo "seagle0128/doom-modeline"))

(setq doom-modeline-total-line-number t)
(setq doom-modeline-indent-info t)
(setq doom-modeline-persp-name t)
(add-to-list 'global-mode-string flycheck-mode-line)
(doom-modeline-mode 1)

from doom-modeline.

chookity-pokk avatar chookity-pokk commented on July 18, 2024

Okay, so I didn't change anything but it works now. I restarted Emacs several times and it didn't work any of those times but this time it seems to have worked. I am going to try and reproduce this and I'll update the issue with what worked and then I'll close it. Thank you for the help!

image

from doom-modeline.

chookity-pokk avatar chookity-pokk commented on July 18, 2024

Yep, I can't reproduce it not working anymore. It wasn't working, I restarting Emacs probably 10+ times, still didn't work. I tried setting my own modeline value to make sure that was working, it did. I then enabled doom modeline again and it started working. Just a day in the life.

from doom-modeline.

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.