mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
19 lines
398 B
EmacsLisp
19 lines
398 B
EmacsLisp
;;; siren-package-lint.el --- jimeh's Emacs Siren: avy configuration.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for avy. Avy allows us to effectively navigate to visible
|
|
;; things.
|
|
|
|
;;; Code:
|
|
|
|
(siren-require-packages '(package-lint flycheck-package))
|
|
|
|
(require 'siren-flycheck)
|
|
(require 'flycheck-package)
|
|
|
|
(flycheck-package-setup)
|
|
|
|
(provide 'siren-package-lint)
|
|
;;; siren-package-lint.el ends here
|