Add flycheck-relint to Elisp configuration
This commit is contained in:
parent
f53709c0e8
commit
fd18520fb5
1 changed files with 5 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2019.1210.225238
|
;; Version: 2020.0229.130740
|
||||||
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci oni-yasnippet rainbow-delimiters nameless erefactor)
|
;; 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
|
;; 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
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'flycheck-relint)
|
||||||
(require 'yasnippet)
|
(require 'yasnippet)
|
||||||
|
|
||||||
(let ((byte-compile-not-obsolete-funcs '(preceding-sexp)))
|
(let ((byte-compile-not-obsolete-funcs '(preceding-sexp)))
|
||||||
|
@ -86,6 +87,8 @@
|
||||||
(with-eval-after-load 'yasnippet
|
(with-eval-after-load 'yasnippet
|
||||||
(oni-elisp-snippets-initialize)))
|
(oni-elisp-snippets-initialize)))
|
||||||
|
|
||||||
|
(flycheck-relint-setup)
|
||||||
|
|
||||||
;;;###autoload(with-eval-after-load 'elisp-mode (require 'oni-elisp))
|
;;;###autoload(with-eval-after-load 'elisp-mode (require 'oni-elisp))
|
||||||
;;;###autoload(with-eval-after-load 'ielm (require 'oni-elisp))
|
;;;###autoload(with-eval-after-load 'ielm (require 'oni-elisp))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue