From: Michael Orlitzky Date: Sun, 8 Mar 2026 14:06:55 +0000 (-0400) Subject: auto-modes.el: remove octave-mode entry X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=e4bafdede1be95641c7ac68c0cb20bf35a116608;p=emacs.d.git auto-modes.el: remove octave-mode entry Upstream emacs now has octave-mode, and the automatically-generated auto-mode-alist includes this entry. --- diff --git a/auto-modes.el b/auto-modes.el index 915db7f..7a59b00 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -13,9 +13,6 @@ ;; haskell-mode '("\\.l?hs$" . haskell-mode) - ;; octave-mode, the extension is a MATLAB relic. - '("\\.m$" . octave-mode) - ;; nagios-mode '("\\.cfg$" . nagios-mode)