File: debian-autoloads.el

package info (click to toggle)
epix 1.2.19-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,284 kB
  • sloc: cpp: 16,837; sh: 5,043; makefile: 155; lisp: 6
file content (22 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;; -*-emacs-lisp-*-
;;
;; Emacs startup file for the Debian epix 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>
;; Adapted for dh-elpa by Julian Gilbey <jdg@debian.org>

;;;###autoload
(add-to-list 'auto-mode-alist '("\\.xp\\'" . epix-mode))
;;;###autoload
(autoload 'epix-mode "epix" "ePiX editing mode" t)
;;;###autoload
(setq epix-mark-files-as-epix t)
;;;###autoload
(setq epix-insert-template-in-empty-buffer t)

;;;###autoload
(autoload 'flix-mode "epix" "ePiX editing mode" t)
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.flx\\'" . flix-mode))