jrockway / cperl-mode

cperl-mode with 5.10 fixes, mx-declare support, perl6 support, etc.
102 stars 33 forks source link

Run prog-mode-hook hooks. #27

Open Bad-ptr opened 9 years ago

Bad-ptr commented 9 years ago

In new emacs we have a cool define-derived-mode macro. So most programming modes inherit from prog-mode and run prog-mode-hook. However I'am not sure how to do it correctly for cperl-mode... must I use run-mode-hooks here or may be it is totally wrong idea?