Remove directory libs b'cause no exists

This commit is contained in:
Jesus E 2023-05-13 01:22:05 -04:00
parent 338cebea4b
commit 4efd474d08
No known key found for this signature in database
GPG Key ID: 159C8F8BC9AED8B6

View File

@ -3,15 +3,6 @@
;;
;;; Code:
;; Loads functions from libs
(defun load-directory (dir)
"Load functions from the libs DIR.
read the .el files"
(let ((load-it (lambda (f)
(load-file (concat (file-name-as-directory dir) f)))
))
(mapc load-it (directory-files dir nil "\\.el$"))))
;;------------------------------------------------------------------------------
;; Sachachua
;;------------------------------------------------------------------------------