summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-books.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/.emacs.d/modules/thanos-books.el b/.emacs.d/modules/thanos-books.el
index 2f845ff..7c6b414 100644
--- a/.emacs.d/modules/thanos-books.el
+++ b/.emacs.d/modules/thanos-books.el
@@ -42,15 +42,15 @@
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
-(defun thanos/nov-font-setup ()
- "Setup for nov."
- (let ((font-size (if is-hermes 99 120)))
- (face-remap-add-relative 'variable-pitch
- :family "Jetbrains Mono"
- :height font-size)
- (beacon-mode -1)))
-
-(add-hook 'nov-mode-hook 'thanos/nov-font-setup)
+;; (defun thanos/nov-font-setup ()
+;; "Setup for nov."
+;; (let ((font-size (if is-hermes 99 120)))
+;; (face-remap-add-relative 'variable-pitch
+;; :family "Jetbrains Mono"
+;; :height font-size)
+;; (beacon-mode -1)))
+
+;; (add-hook 'nov-mode-hook 'thanos/nov-font-setup)
(provide 'thanos-books)