anjellagoa
New Member
I use emacs php-mode.el and php-electric.el. I want to get rid of the duplicate \[code\]<?php\[/code\] overlay that shows up at the top of any php file. The extra \[code\]<?php\[/code\] is not actually in the file, but is a semi transparent visual overlay that emacs is adding. I've done some research, and I think changing this might involve the emacs lisp \[code\]header-line-format\[/code\] variable. But I can't find that anywhere in php-mode. Also can't find any posts about people removing the extra \[code\]<?php\[/code\]. Thanks for any help!