Questions tagged [spaceline]
7 questions
4
votes
1 answer
how to direct spaceline to display "Narrowed" in the mode-line?
I'm using Spacemacs, which by default includes spaceline. I'd like the mode-line to indicate whether I'm in a narrowed buffer or not. So when I do org-narrow-to-subtree, for instance, spaceline could display Narrowed.
How can I direct spaceline to…

incandescentman
- 4,111
- 16
- 53
3
votes
2 answers
How can I show the full path to the current file in the mode-line for Spacemacs (Spaceline)?
I'd like to display the full path instead of just the filename itself.
How can this be done?
So essentially where it says .spacemacs in the below image (seems this mode-line is called "Spaceline"):

Chris Stryczynski
- 707
- 5
- 23
2
votes
0 answers
Display projectile root in spaceline mode line
I use spaceline configured in the following way;
(use-package spaceline
:ensure t)
(use-package spaceline-config
:ensure spaceline
:config
(spaceline-helm-mode 1)
(spaceline-emacs-theme))
According to the Spaceline documentation the…

Mikael Springer
- 513
- 3
- 13
1
vote
1 answer
Mode line overflow/interference with Spaceline
I am using Spaceline with the following configuration:
(use-package spaceline-config
:config
(setq-default
mode-line-format '("%e" (:eval (spaceline-ml-main)))
powerline-default-separator 'wave
spaceline-flycheck-bullet "❖ %s")
…

adelbertc
- 111
- 2
0
votes
0 answers
Disable spaceline on certain terminals
I'm using spacemacs for the convenience of largely not having to maintain my own emacs configuration, after 25 years of emacs use. For graphical frames and high-color unicode terminals, the fancy mode-line is fine.
However, I'm sometimes using a…

JFM
- 185
- 1
- 6
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
0
votes
1 answer
Spaceline color issue
so the problem I am having is that my spaceline plugin will have little squares of miss color until I do powerline-reset. (Just like the github issue.) Problem is that I am having to do this every time I start up emacs. Is there a way to make it so…

codingdraculasbrain
- 139
- 8