One Hat Cyber Team
Your IP :
216.73.216.135
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
congress
/
public_html
/
admin
/
View File Name :
50php-elisp.el
;; -*-emacs-lisp-*- ;; ;; Emacs startup file for the Debian GNU/Linux php-elisp package ;; ;; Originally contributed by Nils Naumann <naumann@unileoben.ac.at> ;; Modified by Dirk Eddelbuettel <edd@debian.org> ;; Adapted for dh-make by Jim Van Zandt <jrv@vanzandt.mv.com> ;; The php-elisp package follows the Debian/GNU Linux 'emacsen' policy and ;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, ;; xemacs19, emacs20, xemacs20...). The compiled code is then ;; installed in a subdirectory of the respective site-lisp directory. ;; We have to add this to the load-path: ;(setq load-path (cons (concat "/usr/share/" ; (symbol-name flavor) ; "/site-lisp/php-elisp") load-path)) (setq auto-mode-alist (cons '("\\.php[34]?\\'\\|\\.phtml\\." . php-mode) auto-mode-alist)) (autoload 'php-mode "php-elisp/php-mode" "mode for editing php files" t)