Questions tagged [smart-mode-line]
5 questions
3
votes
1 answer
How to install smart-mode-line powerline theme with use-package
I'm trying to move from el-get to use-package. I am having trouble with smart-mode-line-powerline-theme. Emacs complains at startup time with
(error "Unable to find theme file for ‘smart-mode-line-powerline’")
Here is a minimialized version of a…

jacg
- 335
- 2
- 12
1
vote
1 answer
Projectile: where is the project name stored / set?
I'm using Projectile, and after seeing the really awesome .emacs file I decided to copy the lines that set the mode-line to display the project name, like so:
:config
(projectile-global-mode 1)
(setq-default ;;
projectile-mode-line…

MikeTheTall
- 659
- 4
- 11
1
vote
1 answer
Smart-mode-line: Different colors for active and non active windows
Windows 10, Emacs 25.1
Here my mode line with 3 windows.
As you can see the mode line for active window (text.html) has more lighter color. And two another non active windows has more darker color for mode line.
Now, I want to try package…

user8542613
- 643
- 6
- 16
1
vote
1 answer
How to revert buffer after magit-checkout?
I use smart-mode-line package and I noticed when I change/checkout branches in command line, or in Magit, this is not reflected in the Smart Mode Line. I still see the name of the old branch, while I checked out the other branch.
I need to call M-x…

ReneFroger
- 3,855
- 22
- 63
0
votes
0 answers
Which mode-line package(s) is/are most extendable?
My question:
Hi, lately I've been looking into various mode-line customization packages such as Smart Mode Line, Powerline, Spaceline, or Telephone Line. I'd like to write a package that works alongside one of the existing mode-line packages but…

ksoo
- 101
- 1
- 3