aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-basic.el
diff options
context:
space:
mode:
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