better boiler plate
This commit is contained in:
parent
85d183c233
commit
3fdec164a8
|
@ -1,15 +1,22 @@
|
||||||
;; utop.el
|
;;; utop.el --- Universal toplevel for OCaml
|
||||||
;; -------
|
|
||||||
;; Copyright: (c) 2011, Jeremie Dimino <jeremie@dimino.org>
|
;; Copyright: (c) 2011, Jeremie Dimino <jeremie@dimino.org>
|
||||||
|
;; Author: Jeremie Dimino <jeremie@dimino.org>
|
||||||
|
;; URL: https://github.com/diml/utop
|
||||||
;; Licence: BSD3
|
;; Licence: BSD3
|
||||||
;;
|
;; Version: 1.11
|
||||||
;; This file is a part of utop.
|
|
||||||
;;
|
|
||||||
;; Keywords: ocaml languages
|
|
||||||
;; Package-Requires: ((emacs "24"))
|
;; Package-Requires: ((emacs "24"))
|
||||||
;; See the README for more info:
|
;; Keywords: ocaml languages
|
||||||
|
|
||||||
|
;; This file is a part of utop.
|
||||||
|
|
||||||
|
;;; Commentary:
|
||||||
|
|
||||||
|
;; See the README for more info;
|
||||||
;; https://github.com/diml/utop
|
;; https://github.com/diml/utop
|
||||||
|
|
||||||
|
;;; Code:
|
||||||
|
|
||||||
(require 'easymenu)
|
(require 'easymenu)
|
||||||
|
|
||||||
;; tabulated-list is a part of Emacs 24
|
;; tabulated-list is a part of Emacs 24
|
||||||
|
|
Loading…
Reference in New Issue