From 8c70bf25e20cc4ff061a53644a213ec9f55b97d0 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 17 Feb 2025 18:16:27 +1100 Subject: [emacs] allow choosing library in belf --- emacs/.emacs.d/init/ycp-markup.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init/ycp-markup.el') diff --git a/emacs/.emacs.d/init/ycp-markup.el b/emacs/.emacs.d/init/ycp-markup.el index 0c7bbb2..bee0c2a 100644 --- a/emacs/.emacs.d/init/ycp-markup.el +++ b/emacs/.emacs.d/init/ycp-markup.el @@ -107,7 +107,8 @@ (add-hook 'nov-mode-hook 'visual-line-mode) (add-hook 'nov-mode-hook 'follow-mode) (add-hook 'nov-mode-hook (lambda () - (setq next-screen-context-lines 4))) + (setq next-screen-context-lines 4 + line-spacing .1))) (add-hook 'nov-post-html-render-hook 'my-nov-set-margins) (require 'my-nov) (my-override nov-render-title) -- cgit v1.2.3