Skip to content

Instantly share code, notes, and snippets.

@blastura
Created September 6, 2010 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blastura/567063 to your computer and use it in GitHub Desktop.
Save blastura/567063 to your computer and use it in GitHub Desktop.
;; Which is correct
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.sass$" . sass-mode))
;; or
;;;###autoload (add-to-list 'auto-mode-alist '("\\.sass$" . sass-mode))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment