help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: major mode for G-Code?


From: Emanuel Berg
Subject: Re: major mode for G-Code?
Date: Fri, 11 Mar 2022 06:35:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Associate with the .tap extension - I'll just yank the whole
thing ...

(setq auto-mode-alist `(
  ("\\.bal\\'"     . balance-mode)
  ("\\.cl\\'"      . common-lisp-mode)
  ("\\.gpi\\'"     . gnuplot-mode)
  ("\\.grm\\'"     . sml-mode)
  ("\\.lu\\'"      . lua-mode)
  ("\\.nqp\\'"     . perl-mode)
  ("\\.php\\'"     . html-mode)
  ("\\.pic\\'"     . nroff-mode)
  ("\\.pl\\'"      . prolog-mode)
  ("\\.sed\\'"     . conf-mode)
  ("\\.service\\'" . conf-mode)
  ("\\.tap\\'"     . gcode-mode)
  ("\\.tex\\'"     . latex-mode)
  ("\\.xr\\'"      . conf-xdefaults-mode)
  ("keys\\'"       . conf-mode)
  ("*"             . text-mode)
  ,@auto-mode-alist) )

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]