From b9fb53c365c64c66e3f7fea05b54bec7f7d68100 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 19 Aug 2023 15:35:54 +1000 Subject: Fix various download and incoming dirs --- emacs/.emacs.d/init/ycp-basic.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'emacs/.emacs.d/init/ycp-basic.el') diff --git a/emacs/.emacs.d/init/ycp-basic.el b/emacs/.emacs.d/init/ycp-basic.el index 160c385..b03d0d4 100644 --- a/emacs/.emacs.d/init/ycp-basic.el +++ b/emacs/.emacs.d/init/ycp-basic.el @@ -51,15 +51,16 @@ (setq attempt-orderly-shutdown-on-fatal-signal nil) ) -(my-configure +(my-package my-utils (:delay 5) - (require 'my-utils) + (my-setq-from-local my-audio-incoming-dir my-video-incoming-dir + my-document-incoming-dir) (my-keybind global-map "C-c " #'my-rename-file-and-buffer "C-c " #'my-delete-file-and-kill-buffer "C-g" #'my-keyboard-quit-dwim ) -) + ) (provide 'ycp-basic) ;;; ycp-basic.el ends here -- cgit v1.2.3