Skip to content

Commit

Permalink
tweak(lisp)!: drop support for me-lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Sep 16, 2023
1 parent d12d29b commit a616cb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/me-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

;;; Code:

(message "MinEmacs: The `me-lisp' module is obsolete. It has been divided to 4 modules: `me-emacs-lisp', `me-common-lisp', `me-clojure' and `me-scheme'")
(mapc (apply-partially #'+load minemacs-modules-dir) '("me-emacs-lisp.el" "me-common-lisp.el" "me-scheme.el" "me-clojure.el"))
(warn "MinEmacs: The `me-lisp' module is obsolete. It has been divided to 4 modules: `me-emacs-lisp', `me-common-lisp', `me-clojure' and `me-scheme'")


(provide 'me-lisp)
Expand Down

0 comments on commit a616cb8

Please sign in to comment.