remove duplicate code-cleanup

This commit is contained in:
Jesús
2019-05-14 14:05:25 -05:00
parent a3b882775d
commit c043be9622
4 changed files with 5 additions and 8 deletions

View File

@@ -24,8 +24,5 @@ read the .el files"
`(eval-after-load, feature
'(progn ,@body))))
;; Elapsed time
(load-file (concat user-emacs-directory "/modules/lib/myemacs.el"))
(provide 'init-utils)
;;; init-utils.el ends here