summaryrefslogtreecommitdiff
path: root/app-emacs/ocaml-mode/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
commitf1af93971b7490792d8541bc790e0d8c6d787059 (patch)
treea38046712bbc3a3844d77452d16c84e716caa3d4 /app-emacs/ocaml-mode/files
parentfc637fb28da700da71ec2064d65ca5a7a31b9c6c (diff)
gentoo resync : 06.08.2019
Diffstat (limited to 'app-emacs/ocaml-mode/files')
-rw-r--r--app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el b/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el
deleted file mode 100644
index 8f45033a3fce..000000000000
--- a/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el
+++ /dev/null
@@ -1,10 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(add-to-list 'auto-mode-alist '("\\.ml[iylp]?\\'" . caml-mode))
-(autoload 'caml-mode "caml" "Major mode for editing Caml code." t)
-(autoload 'run-caml "inf-caml" "Run an inferior Caml process." t)
-(autoload 'camldebug "camldebug"
- "Run camldebug on program FILE in buffer *camldebug-FILE*." t)
-(autoload 'inferior-caml-mode-font-hook "caml-font")
-
-(eval-after-load "caml" '(require 'caml-font))
-(add-hook 'inferior-caml-mode-hooks 'inferior-caml-mode-font-hook)