From f29dbe5b84140223e3e9e6ed79c7b67e58a20a5a Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 29 Jun 2025 10:06:25 +1000 Subject: [emacs] Add dired utility to rename epubs Also extracted some functions to a new my-epub --- emacs/.emacs.d/init/ycp-reading.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init/ycp-reading.el') diff --git a/emacs/.emacs.d/init/ycp-reading.el b/emacs/.emacs.d/init/ycp-reading.el index 477aa5d..5c0284e 100644 --- a/emacs/.emacs.d/init/ycp-reading.el +++ b/emacs/.emacs.d/init/ycp-reading.el @@ -27,7 +27,7 @@ ;;; Code: (my-package belf - (my-setq-from-local belf-dir) + (my-setq-from-local belf-dir belf-locate-dirs) (add-hook 'find-file-hook 'belf-recent-add-current) (blink-cursor-mode 0)) -- cgit v1.2.3