Add checkdoc settings
This commit is contained in:
parent
feec611d17
commit
21bd7564f5
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0915.224953
|
||||
;; Version: 2021.0227.150704
|
||||
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci oni-yasnippet oni-hydra rainbow-delimiters nameless erefactor flycheck-relint handle elisp-format)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -26,6 +26,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'checkdoc)
|
||||
(require 'flycheck-relint)
|
||||
(require 'handle)
|
||||
(require 'hydra)
|
||||
|
@ -130,6 +131,10 @@ _eb_: Buffer
|
|||
|
||||
(flycheck-relint-setup)
|
||||
|
||||
(add-hook 'emacs-lisp-mode-hook 'checkdoc-minor-mode)
|
||||
|
||||
(setq checkdoc-spellcheck-documentation-flag t)
|
||||
|
||||
(handle '(emacs-lisp-mode inferior-emacs-lisp-mode)
|
||||
:repls 'ielm
|
||||
:formatters 'elisp-format-buffer)
|
||||
|
|
Loading…
Reference in a new issue