Add nov.el to read epubs

Add nov.el
master
Jacopo De Simoi 1 year ago
parent 0ffccbe68d
commit 089d456754
  1. 2
      custom.el
  2. 9
      global.org

@ -90,7 +90,7 @@
("melpa-stable" . "http://stable.melpa.org/packages/")
("org" . "http://orgmode.org/elpa/")))
'(package-selected-packages
'(magit magit-todos monkeytype org-ql helm-xref slack treesit-auto org-roam elfeed jeison dired-du lua-mode geiser-guile adaptive-wrap excorporate helm-ag helm-projectile org-journal async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit flycheck helm-core git-gutter markdown-mode aggressive-indent pass helm-flycheck helm))
'(nov magit magit-todos monkeytype org-ql helm-xref slack treesit-auto org-roam elfeed jeison dired-du lua-mode geiser-guile adaptive-wrap excorporate helm-ag helm-projectile org-journal async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit flycheck helm-core git-gutter markdown-mode aggressive-indent pass helm-flycheck helm))
'(parens-require-spaces nil)
'(safe-local-variable-values
'((gac-automatically-push-p . t)

@ -3170,6 +3170,15 @@
#+begin_src emacs-lisp
(require 'erc-dcc)
#+end_src
** nov.el
#+begin_src emacs-lisp
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
(setq nov-text-width 70
nov-variable-pitch nil)
(add-hook 'nov-mode-hook
#'(lambda () (setq-local show-trailing-whitespace nil)))
#+end_src
** TODO Phase out Package.el
Load package.el
#+begin_src emacs-lisp

Loading…
Cancel
Save