Fuco1 / indicators.el

Display the buffer relative location of line in the fringe.
43 stars 5 forks source link

defun* and -concat #5

Closed hendriktews closed 7 years ago

hendriktews commented 7 years ago

I wanted to try out your indicator mode, but when I eval (ind-create-indicator 'point :managed t) it first says that defun* is undefined. I was able to fix this with a (require 'cl) line, but then I get "Symbol's function definition is void: -concat". What package does -concat come from? Would you mind inserting appropriate require calls?

Fuco1 commented 7 years ago

Thanks!