summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/lean-mode/files/50lean-mode-gentoo.el')
-rw-r--r--app-emacs/lean-mode/files/50lean-mode-gentoo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/lean-mode/files/50lean-mode-gentoo.el b/app-emacs/lean-mode/files/50lean-mode-gentoo.el
new file mode 100644
index 000000000000..8c6a9a2894ac
--- /dev/null
+++ b/app-emacs/lean-mode/files/50lean-mode-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'lean-mode "lean-mode"
+ "Major mode for editing Lean 3 source files." t)
+(add-to-list 'auto-mode-alist '("\\.lean\\'" . lean-mode))