Emacs: Pin flycheck-package-setup to MELPA.

This commit is contained in:
tastytea 2020-03-12 17:26:21 +01:00
parent a347946a25
commit 0671e49069

View File

@ -1,6 +1,6 @@
;;; elisp.el --- Packages and settings for elisp. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-20T01:43:50+0100>
;; Time-stamp: <2020-03-12T17:17:38+0100>
;;; Commentary:
@ -9,8 +9,8 @@
;; Checker for the metadata in Emacs Lisp files.
(use-package flycheck-package
:after (flycheck)
:config (flycheck-package-setup)
)
:pin melpa
:config (flycheck-package-setup))
(provide 'programming/elisp)
;;; elisp.el ends here