summaryrefslogtreecommitdiff
path: root/app-emacs/earthfile-mode/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-28 00:57:36 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-28 00:57:36 +0000
commit2865ab43f3d9f17ce41a2b048f7ca1ea32177955 (patch)
tree707500345b262089fc01758ae9a45a4222e4bb59 /app-emacs/earthfile-mode/files
parenteaa317e2ed8d0c068526a9abdd1940406252c52e (diff)
gentoo auto-resync : 28:01:2024 - 00:57:36
Diffstat (limited to 'app-emacs/earthfile-mode/files')
-rw-r--r--app-emacs/earthfile-mode/files/50earthfile-mode-gentoo.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/earthfile-mode/files/50earthfile-mode-gentoo.el b/app-emacs/earthfile-mode/files/50earthfile-mode-gentoo.el
new file mode 100644
index 000000000000..b43ef6dbef1e
--- /dev/null
+++ b/app-emacs/earthfile-mode/files/50earthfile-mode-gentoo.el
@@ -0,0 +1,5 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'earthfile-mode "earthfile-mode.el"
+ "A major mode for editing Earthfile file." t)
+(add-to-list 'auto-mode-alist '("Earthfile\\'" . earthfile-mode))
+(add-to-list 'auto-mode-alist '("\\.earth\\'" . earthfile-mode))