From fd18520fb545215ebc50970ededed565059800fc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 29 Feb 2020 13:13:56 -0800 Subject: Add flycheck-relint to Elisp configuration --- oni-elisp/oni-elisp.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/oni-elisp/oni-elisp.el b/oni-elisp/oni-elisp.el index ab8a575..8f6da22 100644 --- a/oni-elisp/oni-elisp.el +++ b/oni-elisp/oni-elisp.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2019.1210.225238 -;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci oni-yasnippet rainbow-delimiters nameless erefactor) +;; Version: 2020.0229.130740 +;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci oni-yasnippet rainbow-delimiters nameless erefactor flycheck-relint) ;; 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 @@ -26,6 +26,7 @@ ;;; Code: +(require 'flycheck-relint) (require 'yasnippet) (let ((byte-compile-not-obsolete-funcs '(preceding-sexp))) @@ -86,6 +87,8 @@ (with-eval-after-load 'yasnippet (oni-elisp-snippets-initialize))) +(flycheck-relint-setup) + ;;;###autoload(with-eval-after-load 'elisp-mode (require 'oni-elisp)) ;;;###autoload(with-eval-after-load 'ielm (require 'oni-elisp)) -- cgit v1.2.3-54-g00ecf