probably as a way of inhibiting dashboard from starting in case you started emacs with a path to a file you want to edit.
Either chemacs should modify command-line-args to remove --with-profile X after these flags have been picked up, or dashboard should have a smarter check.
dashboard only initialises itself if the number of command line arguments is less than 2:
probably as a way of inhibiting dashboard from starting in case you started emacs with a path to a file you want to edit.
Either chemacs should modify command-line-args to remove --with-profile X after these flags have been picked up, or dashboard should have a smarter check.