From 4c65d5f267f3ed70224ae6e8c26430a9571a21dd Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 9 Mar 2025 09:46:35 +1100 Subject: [emacs][mpv][bashrc] emms group play fix --- emacs/.emacs.d/init/ycp-markup.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs/.emacs.d/init') diff --git a/emacs/.emacs.d/init/ycp-markup.el b/emacs/.emacs.d/init/ycp-markup.el index bee0c2a..6a6e8b8 100644 --- a/emacs/.emacs.d/init/ycp-markup.el +++ b/emacs/.emacs.d/init/ycp-markup.el @@ -107,8 +107,7 @@ (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 - line-spacing .1))) + (setq 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