Remove directory libs b'cause no exists
This commit is contained in:
parent
338cebea4b
commit
4efd474d08
@ -3,15 +3,6 @@
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
;;; Code:
|
;;; 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
|
;; Sachachua
|
||||||
;;------------------------------------------------------------------------------
|
;;------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user