Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • What does M-x locate-library RET scss-mode RET say? If it does not point to where you've installed the mode, add the path to your load-path, at the beginning so it will override the built-in one. Also, I don't think your :mode specification above is correct. You should probably use what the linked documentation shows: : mode ("\\.scss\\'" . scss-mode). Check your auto-mode-alist to make sure it's correct. Commented Jan 28 at 14:31
  • This question is similar to: Make emacs automatically open binary files in hexl-mode. If you believe it’s different, please edit the question, make it clear how it’s different and/or how the answers on that question are not helpful for your problem. Commented Jan 28 at 19:18