Does anyone happen to know if there's an easy way to get #emacs's nov.el package to display text using the #OpenDyslexic font? I was hoping there was a customization variable, but it seems not.
Perhaps I could run it in a terminal editor and change the terminal's font, but then I'd lose things like images.
I can hack something together if I really need to, I'd just rather not if there's a simpler solution available.
reshared this
?Syntax Error
in reply to Jonathan Lamothe • • •?Syntax Error
in reply to ?Syntax Error • • •nov.el: Major mode for reading EPUBs in Emacs
depp.brause.ccJonathan Lamothe likes this.
Lea
in reply to Jonathan Lamothe • • •depp.brause.cc/nov.el/
nov.el: Major mode for reading EPUBs in Emacs
depp.brause.ccJonathan Lamothe likes this.
Jonathan Lamothe
in reply to Lea • •Air4x
in reply to Jonathan Lamothe • • •Jonathan Lamothe likes this.
Simon Brooke
in reply to Jonathan Lamothe • • •As it happens, I was changing font on #Emacs just yesterday. M-x menu-set-font will open a font browser and let you choose, and it works. You can also select this from the 'Options' menu.
This however isn't 'sticky' -- next time you start emacs it will have reverted.
I found that
(set-frame-font "OpenDyslexic")
in my init.el works to change it persistently.
Jonathan Lamothe likes this.