aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-basic.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-19 15:35:54 +1000
committerYuchen Pei <id@ypei.org>2023-08-19 15:35:54 +1000
commitb9fb53c365c64c66e3f7fea05b54bec7f7d68100 (patch)
tree694a90ff20cc08adafd70161c4911269fa262f23 /emacs/.emacs.d/init/ycp-basic.el
parentdb45e110ff1b79297797647fbcfef5f7ab2f6143 (diff)
Fix various download and incoming dirs
Diffstat (limited to 'emacs/.emacs.d/init/ycp-basic.el')
-rw-r--r--emacs/.emacs.d/init/ycp-basic.el7
1 files changed, 4 insertions, 3 deletions
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 <f2>" #'my-rename-file-and-buffer
"C-c <delete>" #'my-delete-file-and-kill-buffer
"C-g" #'my-keyboard-quit-dwim
)
-)
+ )
(provide 'ycp-basic)
;;; ycp-basic.el ends here