diff options
author | Yuchen Pei <id@ypei.org> | 2025-08-23 14:58:05 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-08-23 14:58:05 +1000 |
commit | 51eb04f5eac98da8a68e819a4ec59b7d995d5a6e (patch) | |
tree | aad312648f3492a7be13adfdbd92d644b97fd3a7 /emacs/.emacs.d/init/ycp-markup.el | |
parent | 9d9af4d9f6f7c5283addb35c1f3ae169698a40ed (diff) |
Diffstat (limited to 'emacs/.emacs.d/init/ycp-markup.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-markup.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-markup.el b/emacs/.emacs.d/init/ycp-markup.el index 57f30cb..4922d6e 100644 --- a/emacs/.emacs.d/init/ycp-markup.el +++ b/emacs/.emacs.d/init/ycp-markup.el @@ -105,7 +105,8 @@ ;; No fill, so it requires visual line mode to look nice (setq nov-text-width t) (add-hook 'nov-mode-hook 'visual-line-mode) - (add-hook 'nov-mode-hook 'follow-mode) + ;; interfering with dbus + ;; (add-hook 'nov-mode-hook 'follow-mode) (add-hook 'nov-mode-hook (lambda () (setq line-spacing .1))) (add-hook 'nov-post-html-render-hook 'my-nov-set-margins) |