OXIESEC PANEL
- Current Dir:
/
/
etc
/
emacs
/
site-start.d
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 06:00:24 AM
rwxr-xr-x
📄
50autoconf.el
729 bytes
04/28/2012 05:01:35 PM
rw-r--r--
📄
50cmake-data.el
581 bytes
10/30/2016 05:20:34 PM
rw-r--r--
Editing: 50autoconf.el
Close
;; -*-emacs-lisp-*- ;; ;; Emacs startup file for the Debian GNU/Linux autoconf package (if (not (file-exists-p "/usr/share/emacs/site-lisp/autoconf")) (message "Package autoconf removed but not purged. Skipping setup.") ;; To avoid a dependency on emacsen for our modes and avoid having a ;; separate autoconf-el package, we don't byte-compile the .el ;; files, so we only need to add a source directory to load-path. (debian-pkg-add-load-path-item (concat "/usr/share/emacs/site-lisp/autoconf")) ;; autoloads for autotest-mode.el (autoload 'autotest-mode "autotest-mode" "Major mode for editing autotest files." t) (setq auto-mode-alist (cons '("\\.at\\'" . autotest-mode) auto-mode-alist)))