diff options
-rw-r--r-- | modules/init-utils.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/init-utils.el b/modules/init-utils.el index dd1953b..5ac1c80 100644 --- a/modules/init-utils.el +++ b/modules/init-utils.el @@ -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 ;;------------------------------------------------------------------------------ |