plexus / chemacs2

Emacs version switcher, improved
779 stars 47 forks source link

Obsolete comment in chemacs.el #10

Closed whxvd closed 3 years ago

whxvd commented 3 years ago

The comment

;; this must be here to keep the package system happy, normally you do
;; `package-initialize' for real in your own init.el
;; (package-initialize)

in chemacs.el is obsolete with Emacs 27. Even if it were not, then it would have to be in init.el.

By the way, is Chemacs2 intended to support older Emacs'en, too? Or only Emacs 27 upwards?

plexus commented 3 years ago

Fixed in #12.