branch: elpa/sass-mode commit 1bcaf927d298113a3f6e10d109a9df3a597faa9d Author: Nathan Weizenbaum <nw...@google.com> Commit: Nathan Weizenbaum <nw...@google.com>
Add a note about haml-mode. --- sass-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass-mode.el b/sass-mode.el index 928646a..43f6361 100644 --- a/sass-mode.el +++ b/sass-mode.el @@ -21,6 +21,8 @@ ;; ;; (require 'sass-mode) +;; sass-mode requires haml-mode, which can be found at http://github.com/nex3/haml-mode. + ;;; Code: (require 'haml-mode)