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