Skip to content

Commit

Permalink
modes: Ninja mode support
Browse files Browse the repository at this point in the history
  • Loading branch information
dholm committed Jul 19, 2018
1 parent cd7a5a4 commit d736d9a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .emacs.d/lisp/modes/ninja.el
@@ -0,0 +1,11 @@
;;; ninja.el --- Initializes Ninja mode -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:

(use-package ninja-mode
:if (executable-find "ninja")
:defer)


(provide 'modes/ninja)
;;; ninja.el ends here

0 comments on commit d736d9a

Please sign in to comment.