Closed priyadarshan closed 8 years ago
There seems to be a bug in dash dependency. I pushed a fix.
All you need to do is to load justify-kp.el
and call pj-justify
, it will justify the line (paragraph).
Wow, thank you. It does look much better that default set-justification-full
. A real gem, thank you!
I have just found out about justify-kp, it looks like what I have been looking for so long, but how does it work?
I have cloned the repo, and require it via
use-package
:I can see now there is a new command,
pj-justify
, working on one line, but it does not seem to do anything.I looked into
justify-kp-old.el
too, I can see there ispj-justify-paragraph
andpj-justify-paragraph-2
, but they do not seem to do anything too.Is there anything to set first?
Thanks!