1
0

remove cloning of secondary repo as others-utils is now local

This commit is contained in:
zdm 2021-02-08 03:10:41 -07:00
parent ec133bda8a
commit efdca867ba

11
init.el
View File

@ -93,14 +93,9 @@
;;; Utilities ;;; Utilities
(defvar user-others-utils-list (mapc (lambda (util)
(mapcar (lambda (util) (concat user-others-utils util)) (load (expand-file-name (concat user-others-utils util))))
'("emacsredux.el" "fuco1.el"))) '("emacsredux.el" "fuco1.el"))
(unless (file-exists-p (car user-others-utils-list))
(magit-call-git "clone" "https://git.lain.church/zdm/others-utils" (expand-file-name user-others-utils)))
(mapc 'load user-others-utils-list)
(defalias '/sudo 'emacsredux-sudo-edit) (defalias '/sudo 'emacsredux-sudo-edit)