File: stx2any.emacsen-startup

package info (click to toggle)
stx2any 1.56-2.2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 712 kB
  • sloc: sh: 312; python: 288; lisp: 137; makefile: 126; sed: 1
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6

(autoload 'stx-mode "stx-mode")
(autoload 'stx-print-buffer "stx-mode")
(autoload 'stx-preview-buffer "stx-mode")
(add-to-list 'auto-mode-alist '("\\.stx$" . stx-mode))