plexus / chemacs

Emacs profile switcher
653 stars 44 forks source link

Suggestion: support `--with-profile=profilename` #10

Closed garrison closed 6 years ago

garrison commented 6 years ago

This package is great.

My only suggestion would be to allow --with-profile=profilename as an alternative to --with-profile profilename. Right now doing the former does not set the profile correctly. Many packages, including emacs, use the --option=value syntax; see e.g. --color=MODE in emacs --help. It would be great to support this since it may be a habit for many people (myself included).

plexus commented 6 years ago

Hi Jim,

That sounds like a good idea. I'd be very happy to merge such a pull request.