Add proper justification to epub in #emacs

This commit is contained in:
Colin Powell
2019-11-06 16:20:46 -05:00
parent 12059b734b
commit c9e8196eb6
3 changed files with 35 additions and 3 deletions

View File

@ -16,6 +16,10 @@
:recipe (:host github
:repo "redguardtoo/evil-matchit"))
(package! justify-kp
:recipe (:host github
:repo "Fuco1/justify-kp"))
;; eglot instead of lsp
(package! eglot)