Skip to content

Commit

Permalink
Add compat to merlin mode
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Sep 17, 2024
1 parent 6fee9ab commit 5a0866a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emacs/merlin.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Created: 30 August 2016
;; Version: 3.0
;; Keywords: ocaml languages
;; Package-Requires: ((emacs "25.1"))
;; Package-Requires: ((emacs "25.1") (compat "29.1.4.5"))
;; URL: https://github.com/ocaml/merlin

;;; Commentary:
Expand All @@ -22,6 +22,7 @@

;;; Code:

(require 'compat)
(require 'cl-lib)
(require 'crm) ;; for completing-read-multiple
;; caml-types for highlighting
Expand Down

0 comments on commit 5a0866a

Please sign in to comment.