Still doable the long way, still easy though
Code:
       ASM                  
                          
       __CONFIG _CONFIG1, B'11111101010100'                     
                          ; 1------------- CP:    Code Protection off
                          ; -1------------ CPMX:  CCP1 on RB0 
                          ; --1----------- DEBUG: Disabled.  RB<7:6> are general purpose i/o
                          ; ---11--------- WRT:   Write Protection off
                          ; -----1-------- CPD:   Code Protection off
                          ; ------0------- LVP:   Disabled.  RB3 Is General I/O
                          ; -------1------ BOREN: Enable Brown Out Reset
                          ; --------0----- MCLRE: Disable MCLR, RA5 Is digital I/O
                          ; ----------0--- PWRTE: Enable Power-Up Timer
                          ; -----------1-- WDTEN: Enable Watch Dog Timer
                          ; ---------1--00 FOSC:  INTRC, NOCLKOUT 

       __CONFIG _CONFIG2, b'11111111111100'
                          ; xxxxxxxxxxxx-- unimplemented
                          ; ------------0- IESO: Disable Internal/External Swichover
                          ; -------------0 FCMEN: Disable Fail-Safe Clock Monitor
                          
       ENDASM
Not too hot with that method, but neat