php-mode icon indicating copy to clipboard operation
php-mode copied to clipboard

No inherit c-mode

Open zonuexe opened this issue 4 years ago • 0 comments

This change is part of an attempt to separate the c-mode and php-mode dependencies.

PHP Mode still depends on CC Mode. However, PHP has nothing to do with C language, so I will separate that part.

php-mode-map inherits from c-mode-base-map, so use it for common key bindings with c-mode.

zonuexe avatar Jul 12 '21 05:07 zonuexe