Can anyone provide a style guide on how they handle the configuration fuses for the PIC 18F4620? I realise they will be different for every application.

I use the MeLabs serial programmer (USB version) to load the MCSP bootloader and it is here I can set or clear a host of registers. This does not require me to do anything in the code like @ __CONFIG etc so I have not been bothering to set any explicit commands in my PBP code.

By doing nothing in the code, the PIC resorts to the defaults which work OK but which do NOT result in lowest power operation.

How do others handle this?

Cheers
BrianT