当前位置: 代码迷 >> PHP >> emacs装配php-mode
  详细解决方案

emacs装配php-mode

热度:48   发布时间:2016-04-29 00:06:14.0
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相同

  相关解决方案