aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cmt/files/80cmt-mode-gentoo.el')
-rw-r--r--dev-util/cmt/files/80cmt-mode-gentoo.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-util/cmt/files/80cmt-mode-gentoo.el b/dev-util/cmt/files/80cmt-mode-gentoo.el
deleted file mode 100644
index 20131f4a8..000000000
--- a/dev-util/cmt/files/80cmt-mode-gentoo.el
+++ /dev/null
@@ -1,6 +0,0 @@
-;; Automatically load the CMT mode.
-
-(autoload 'cmt-mode "cmt-mode" "CMT requirements file editing mode." t)
-(setq auto-mode-alist
- (append (list (cons "requirements$" 'cmt-mode)) auto-mode-alist))
-