You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
632 B

;;; scss-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "scss-mode" "scss-mode.el" (22060 4751 460003
;;;;;; 634000))
;;; Generated autoloads from scss-mode.el
(autoload 'scss-mode "scss-mode" "\
Major mode for editing SCSS files, http://sass-lang.com/
Special commands:
\\{scss-mode-map}
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.scss\\'" . scss-mode))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; scss-mode-autoloads.el ends here