当前位置:Gxlcms > PHP教程 > emacs装配php-mode

emacs装配php-mode

时间:2021-07-01 10:21:17 帮助过:28人阅读

emacs安装php-mode

php-mode.sf.net

?

(add-to-list 'load-path "../chuqq_elisp")

(load "php-mode")

?

(defun python-run()

?(interactive)

?(shell-command

? (concat "\"D:/Program Files/Python27/python.exe\" \""

? ?(read-file-name "Input file name:")

? ?"\""))

)

?

php相同

人气教程排行