Skip to content

Commit

Permalink
Install the Emacs dune-mode files
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Troestler <[email protected]>
  • Loading branch information
Chris00 committed Sep 13, 2018
1 parent dee6322 commit 9921d3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions editor-integration/emacs/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@
(run emacs --batch
--eval "(setq generated-autoload-file (file-truename \"%{targets}\"))"
-f batch-update-autoloads "."))))

(install
(section share_root)
(files (dune-site-file.el as emacs/site-lisp/dune-site-file.el)
(dune-mode.el as emacs/site-lisp/dune-mode.el)
(dune-flymake.el as emacs/site-lisp/dune-flymake.el)))

0 comments on commit 9921d3f

Please sign in to comment.