Skip to content

Commit

Permalink
Add licence and package setup for merlin-xref.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist authored and voodoos committed Sep 18, 2024
1 parent 97b0244 commit 1054246
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion emacs/merlin-xref.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
;; -*- lexical-binding: t -*-
;;; merlin-xref.el --- Merlin and completion-at-point integration -*- coding: utf-8; lexical-binding: t -*-

;; Licensed under the MIT license.

;; Author: Simon Castellan <simon.castellan(_)iuwt.fr>
;; Frédéric Bour <frederic.bour(_)lakaban.net>
;; Thomas Refis <thomas.refis(_)gmail.com>
;; Created: 15 May 2015
;; Version: 0.1
;; Keywords: ocaml languages
;; Package-Requires: ((emacs "25.1") (xref))
;; URL: http://github.com/ocaml/merlin

;;; Commentary:

;; Merlin integration with xref cross-referencing commands.

;;; Code:

(require 'cl-lib)
(require 'xref)
(require 'merlin)
Expand Down

0 comments on commit 1054246

Please sign in to comment.