emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

helm-swoop-line-number-face not working #121

Closed naclander closed 5 years ago

naclander commented 6 years ago

I have the following configuration:

(require 'helm-swoop)
(setq helm-swoop-use-line-number-face t)
(set-face-foreground 'helm-swoop-line-number-face "blue")
(set-face-background 'helm-swoop-line-number-face "blue")

When running helm-swoop I expect to see something different in the line numbers face, but that doesn't seem to work. Am I configuring something incorrectly?

wusticality commented 6 years ago

I am also seeing this, it doesn't appear to work properly at present.

kenoh commented 6 years ago

You should check if you have helm-swoop-speed-or-color set to t; with nil it does not work for me.

cireu commented 5 years ago

Please set helm-swoop-speed-or-color to t