diff options
author | Yuchen Pei <id@ypei.org> | 2025-06-29 10:06:25 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-06-29 10:06:25 +1000 |
commit | f29dbe5b84140223e3e9e6ed79c7b67e58a20a5a (patch) | |
tree | e228c2efb7fb662ce613a90b343a191978fbb937 /emacs/.emacs.d/init/ycp-web.el | |
parent | 416555a3b078846cba4aca58a4e98d00b8cc084e (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-web.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-web.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el index 6e939f8..67c5e5a 100644 --- a/emacs/.emacs.d/init/ycp-web.el +++ b/emacs/.emacs.d/init/ycp-web.el @@ -252,6 +252,7 @@ (my-package my-web (:delay 60) + (my-setq-from-local my-webpage-download-dir) (my-keybind eww-mode-map "N" #'my-eww-next-path "P" #'my-eww-prev-path |