summaryrefslogtreecommitdiff
path: root/app-emacs/rust-mode/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/rust-mode/files')
-rw-r--r--app-emacs/rust-mode/files/50rust-mode-gentoo.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/app-emacs/rust-mode/files/50rust-mode-gentoo.el b/app-emacs/rust-mode/files/50rust-mode-gentoo.el
deleted file mode 100644
index 0df93798a429..000000000000
--- a/app-emacs/rust-mode/files/50rust-mode-gentoo.el
+++ /dev/null
@@ -1,3 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'rust-mode "rust-mode" nil t)
-(add-to-list 'auto-mode-alist '("\\.rs\\'" . rust-mode))