aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-reading.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2025-06-29 10:06:25 +1000
committerYuchen Pei <id@ypei.org>2025-06-29 10:06:25 +1000
commitf29dbe5b84140223e3e9e6ed79c7b67e58a20a5a (patch)
treee228c2efb7fb662ce613a90b343a191978fbb937 /emacs/.emacs.d/init/ycp-reading.el
parent416555a3b078846cba4aca58a4e98d00b8cc084e (diff)
[emacs] Add dired utility to rename epubs
Also extracted some functions to a new my-epub
Diffstat (limited to 'emacs/.emacs.d/init/ycp-reading.el')
-rw-r--r--emacs/.emacs.d/init/ycp-reading.el2
1 files changed, 1 insertions, 1 deletions
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))