From 5dcb39c59c87da1f8e570a24eb84405d2c3d81e8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 29 Mar 2020 23:56:44 -0700 Subject: Add Haskell configuration --- oni-haskell.el | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 oni-haskell.el (limited to 'oni-haskell.el') diff --git a/oni-haskell.el b/oni-haskell.el new file mode 100644 index 0000000..f926001 --- /dev/null +++ b/oni-haskell.el @@ -0,0 +1,32 @@ +;;; oni-haskell.el --- Haskell configuration -*- lexical-binding: t; -*- + +;; Copyright (C) 2020 Tom Willemse + +;; Author: Tom Willemse +;; Keywords: local +;; Version: 2020.0329.215543 +;; Package-Requires: (haskell-mode) + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Commentary: + +;; Configuration for editing file in the Haskell language. + +;;; Code: + +;;;###autoload(with-eval-after-load 'haskell-mode (require 'oni-haskell)) + +(provide 'oni-haskell) +;;; oni-haskell.el ends here -- cgit v1.2.3-54-g00ecf