Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re: Rewrite merlin-completion-at-point integration to be faster and better #1827

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add licence and package setup for merlin-xref.
tmcgilchrist authored and voodoos committed Sep 18, 2024
commit 1054246ce9b52e8799e48024e1492ef95610238e
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)