aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-client.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-client.el')
-rw-r--r--emacs/.emacs.d/init/ycp-client.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init/ycp-client.el b/emacs/.emacs.d/init/ycp-client.el
index 437881f..fa6b809 100644
--- a/emacs/.emacs.d/init/ycp-client.el
+++ b/emacs/.emacs.d/init/ycp-client.el
@@ -75,16 +75,19 @@
(my-package wget
(:delay 60)
- (setq wget-download-directory "~/Downloads")
+ (require 'my-utils)
+ (setq wget-download-directory my-incoming-dir)
(setq my-wget-size-threshold (* 20 1024 1024))
(require 'my-wget)
(my-setq-from-local my-wget-video-archive-directory)
(my-keybind eww-mode-map "s" #'my-eww-wget-save-page)
-)
+ )
(my-package my-ytdl
(:delay 60)
- (my-setq-from-local my-ytdl-audio-download-dir my-ytdl-video-download-dir))
+ (require 'my-utils)
+ (setq my-ytdl-audio-download-dir my-audio-incoming-dir
+ my-ytdl-video-download-dir my-video-incoming-dir))
(my-package my-media-segment
(:delay 60))