diff options
Diffstat (limited to 'sci-mathematics/alectryon/files/50alectryon-gentoo.el')
-rw-r--r-- | sci-mathematics/alectryon/files/50alectryon-gentoo.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-mathematics/alectryon/files/50alectryon-gentoo.el b/sci-mathematics/alectryon/files/50alectryon-gentoo.el new file mode 100644 index 000000000000..2d6ca63cdd6d --- /dev/null +++ b/sci-mathematics/alectryon/files/50alectryon-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'alectryon-mode "alectryon" "Mode for Literate Coq files." t) +(add-hook 'coq-mode-hook #'alectryon-mode t) |