ninja-mode: add autoload cookie for the mode itself
authorSteve Purcell <steve@sanityinc.com>
Wed, 22 Jan 2014 12:01:16 +0000 (12:01 +0000)
committerSteve Purcell <steve@sanityinc.com>
Wed, 22 Jan 2014 12:01:16 +0000 (12:01 +0000)
misc/ninja-mode.el

index 54b9b62..9fe6fc8 100644 (file)
@@ -34,6 +34,8 @@
        ;; Rule names
        '("rule \\([[:alnum:]_]+\\)" . (1 font-lock-function-name-face))
        ))
+
+;;;###autoload       
 (define-derived-mode ninja-mode fundamental-mode "ninja"
   (setq comment-start "#")
   ; Pass extra "t" to turn off syntax-based fontification -- we don't want