From cb1e58505af54fdce731c92e71a57cad7ca95b71 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 14 Nov 2023 11:06:08 +0200 Subject: emacs:(books) Comment out font-setup Changing fonts for nov-mode messes up formatting --- .emacs.d/modules/thanos-books.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.emacs.d/modules') 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) -- cgit v1.2.3