diff options
author | Yuchen Pei <id@ypei.org> | 2025-02-07 09:52:11 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-02-07 09:52:11 +1100 |
commit | 1302f96df75f4f93247beaafee0b0a780829be18 (patch) | |
tree | 7ae569f3ce8d16d386bd02882491b0e02ff8f2af /emacs/.emacs.d/init | |
parent | 2f880075e7adc9c8070e5b0e606af7fbf78eaa0a (diff) |
Add follow mode. Display book cover in infobox. Render html
description in infobox.
Diffstat (limited to 'emacs/.emacs.d/init')
-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 5f21da7..0c7bbb2 100644 --- a/emacs/.emacs.d/init/ycp-markup.el +++ b/emacs/.emacs.d/init/ycp-markup.el @@ -113,7 +113,8 @@ (my-override nov-render-title) (my-override nov-scroll-up) (my-keybind nov-mode-map - "Q" #'my-nov-copy-buffer-file-with-staging) + "Q" #'my-nov-copy-buffer-file-with-staging + "i" #'imenu) ) ;;; json-mode |