dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit c891a34151fdf23c5bf96d531f0ab51711ceff04
parent c102a203c826d21760fd41ca6160f3ce7813b022
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 19 Aug 2022 10:07:36 +0200

emacs: use olivetti and nov.el

Diffstat:
Memacs/config.org | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1653,6 +1653,15 @@ Prism changes the color of text depending on their depth. Makes it easier to see #+begin_src emacs-lisp (use-package prism) #+end_src +** olivetti: distraction-free writing +#+begin_src emacs-lisp + (use-package olivetti) +#+end_src +** nov.el: EPUB support +#+begin_src emacs-lisp + (use-package nov) + (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)) +#+end_src * Interface ** Start debugger on error #+begin_src emacs-lisp