remove cloning of secondary repo as others-utils is now local
This commit is contained in:
parent
ec133bda8a
commit
efdca867ba
11
init.el
11
init.el
@ -93,14 +93,9 @@
|
||||
|
||||
;;; Utilities
|
||||
|
||||
(defvar user-others-utils-list
|
||||
(mapcar (lambda (util) (concat user-others-utils util))
|
||||
'("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)
|
||||
(mapc (lambda (util)
|
||||
(load (expand-file-name (concat user-others-utils util))))
|
||||
'("emacsredux.el" "fuco1.el"))
|
||||
|
||||
(defalias '/sudo 'emacsredux-sudo-edit)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user