Update defuns
This commit is contained in:
parent
89c7c77c1d
commit
4a670cc1fb
5 changed files with 42 additions and 3 deletions
|
@ -28,5 +28,12 @@
|
|||
'flycheck-previous-error
|
||||
'previous-error)))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/flycheck-errors ()
|
||||
(interactive)
|
||||
(when (bound-and-true-p flycheck-mode)
|
||||
(flycheck-buffer)
|
||||
(flycheck-list-errors)))
|
||||
|
||||
(provide 'defuns-flycheck)
|
||||
;;; defuns-flycheck.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue